Commit f8475c1c authored by Jan Kiene's avatar Jan Kiene
Browse files

copy over end-of-frame gain in stereo switching

parent 56fea2c2
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1496,6 +1496,7 @@ void stereo_switching_dec(
            sts[1]->pit_res_max_past = sts[0]->pit_res_max_past;
#ifdef MDCT_STEREO_PLC_FADE_2_BG_NOISE
            sts[1]->hTcxDec->L_frameTCX = sts[0]->hTcxDec->L_frameTCX;
            sts[1]->hTcxDec->conceal_eof_gain = sts[0]->hTcxDec->conceal_eof_gain;
#endif
        }
    }