Commit 9e90749e authored by vaclav's avatar vaclav
Browse files

use the fix specifically in the DFT->TD stereo only

parent c0f3b2a7
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1563,7 +1563,7 @@ void stereo_switching_dec(
            mvr2r( sts[0]->delay_buf_out, sts[1]->delay_buf_out, HQ_DELTA_MAX * HQ_DELAY_COMP );
            mvr2r( sts[0]->hTcxDec->old_syn_Overl, sts[1]->hTcxDec->old_syn_Overl, 256 );
        }
#ifdef FIX_1563_FIX_STEREO_SWaa
#ifdef FIX_1563_FIX_STEREO_SW
        else if ( hCPE->element_mode == IVAS_CPE_TD )
        {
            sts[1]->last_core = ACELP_CORE;