Commit c9dd86e1 authored by multrus's avatar multrus Committed by Manuel Jander
Browse files

fix condition

parent e478c93f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ static void dec_prm_tcx_sidebits_fx(

#ifdef FIX_BASOP_ISSUE_1585_CUT_BS_CRASH
    /* for first frame reset last_core to initialization value for better error-robustness*/
    IF( EQ_16( st->last_core, 0 ) )
    IF( EQ_16( st->ini_frame, 0 ) )
    {
        st->last_core = TCX_20_CORE;
        move16();