Loading lib_enc/ivas_core_pre_proc_front.c +1 −1 Original line number Diff line number Diff line Loading @@ -227,7 +227,7 @@ ivas_error pre_proc_front_ivas( } #ifdef DEBUG_MODE_INFO if ( !( hCPE != NULL && hCPE->hStereoTD != NULL && n > 0 ) ) if ( !( hCPE != NULL && hCPE->hStereoTD != NULL && ch_idx > 0 ) ) { /* for TD stereo only write out first channel. The existence of a second channel can vary, this is just easier to handle */ int16_t tmp_dmx_in[L_FRAME48k]; Loading Loading
lib_enc/ivas_core_pre_proc_front.c +1 −1 Original line number Diff line number Diff line Loading @@ -227,7 +227,7 @@ ivas_error pre_proc_front_ivas( } #ifdef DEBUG_MODE_INFO if ( !( hCPE != NULL && hCPE->hStereoTD != NULL && n > 0 ) ) if ( !( hCPE != NULL && hCPE->hStereoTD != NULL && ch_idx > 0 ) ) { /* for TD stereo only write out first channel. The existence of a second channel can vary, this is just easier to handle */ int16_t tmp_dmx_in[L_FRAME48k]; Loading