Commit 140cde85 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] missing line from original fix

parent e5649283
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1034,6 +1034,7 @@ ivas_error ivas_jbm_dec_render(
#ifdef FIX_679_JBM_MC2SBA
                if ( ( st_ivas->hTransSetup.nchan_out_woLFE + st_ivas->hTransSetup.num_lfe ) < ( st_ivas->hIntSetup.nchan_out_woLFE + st_ivas->hIntSetup.num_lfe ) )
                {
                    crendInPlaceRotation = TRUE;
#endif
                    ivas_mc2sba( st_ivas->hTransSetup, p_tc, p_output, *nSamplesRendered, st_ivas->hIntSetup.ambisonics_order, GAIN_LFE );
#ifdef FIX_679_JBM_MC2SBA