Commit ce3be40f authored by fotopoulou's avatar fotopoulou Committed by Manuel Jander
Browse files

remove bitrate switching fix to retain BE

parent d91d9eaa
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2049,10 +2049,6 @@ void stereo_switching_dec(
        move32();
        sts[1]->hTcxDec->conceal_eof_gain_e = sts[0]->hTcxDec->conceal_eof_gain_e;
        move16();
#ifdef FIX_BASOP_ISSUE_1585_CUT_BS_CRASH
        sts[1]->ini_frame = sts[0]->ini_frame;
        move16();
#endif
    }

    return;