Commit 87a96ce5 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch...

Merge branch '1224-restrict-downmix-dump-in-debug_mode_info-to-the-first-channel-in-td-stereo' into 'main'

Resolve "Restrict downmix dump in DEBUG_MODE_INFO to the first channel in TD stereo"

Closes #1224

See merge request !1014
parents e60d623d f700c99b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -294,6 +294,7 @@ ivas_error pre_proc_front_ivas_fx(
    }

#ifdef DEBUG_MODE_INFO
    if ( !( hCPE->hStereoTD != NULL && ch_idx > 0 ) )
    {
        int16_t tmpF[L_FRAME48k];
        for ( int16_t isample = 0; isample < input_frame; isample++ )