Loading lib_dec/ivas_sba_dirac_stereo_dec.c +8 −0 Original line number Diff line number Diff line Loading @@ -934,5 +934,13 @@ void ivas_sba_dirac_stereo_dec( } } #ifdef NONBE_UNIFIED_DECODING_PATHS_FIX /* reset the other channels to 0 (they are not used since here) */ for ( int16_t ch = CPE_CHANNELS; ch < st_ivas->nchan_transport; ch++ ) { set_zero( output[ch], output_frame ); } #endif return; } Loading
lib_dec/ivas_sba_dirac_stereo_dec.c +8 −0 Original line number Diff line number Diff line Loading @@ -934,5 +934,13 @@ void ivas_sba_dirac_stereo_dec( } } #ifdef NONBE_UNIFIED_DECODING_PATHS_FIX /* reset the other channels to 0 (they are not used since here) */ for ( int16_t ch = CPE_CHANNELS; ch < st_ivas->nchan_transport; ch++ ) { set_zero( output[ch], output_frame ); } #endif return; }