Commit 4a2ee931 authored by fotopoulou's avatar fotopoulou
Browse files

re-enable stereo switching fix

parent f933511b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1581,7 +1581,7 @@ void stereo_switching_dec(
        sts[1]->pit_res_max_past = sts[0]->pit_res_max_past;
        sts[1]->hTcxDec->L_frameTCX = sts[0]->hTcxDec->L_frameTCX;
        sts[1]->hTcxDec->conceal_eof_gain = sts[0]->hTcxDec->conceal_eof_gain;
#if 0 // def FIX_BASOP_ISSUE_1585_CUT_BS_CRASH
#ifdef FIX_BASOP_ISSUE_1585_CUT_BS_CRASH
        sts[1]->ini_frame = sts[0]->ini_frame;
#endif
    }