Commit 780e8db2 authored by fotopoulou's avatar fotopoulou
Browse files

reset to the right value

parent 7f30a8de
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 = -1;
        st->last_core = st->core;
    }
#endif
    getTCXWindowing( st->core, st->last_core, st->element_mode, st->hTcxCfg, st0 );