Commit 97563c1b authored by fotopoulou's avatar fotopoulou
Browse files

prevent differences to other modes other than bitrate switching

parent d00215f7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ static void dec_prm_tcx_sidebits(
    /* for first frame reset last_core to initialization value for better error-robustness*/
    if ( st->ini_frame == 0 )
    {
        st->last_core = st->core;
        st->last_core = TCX_20_CORE;
    }
#endif
    getTCXWindowing( st->core, st->last_core, st->element_mode, st->hTcxCfg, st0 );