Commit 3eaa3351 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

replace n by ch_idx

parent e654efd4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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];