Loading lib_dec/ivas_jbm_dec.c +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
lib_dec/ivas_jbm_dec.c +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading