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

port fixes from float ivas-codec main

parent 0287c6ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@ static void dec_prm_tcx_sidebits_fx(
    /* for first frame reset last_core to initialization value for better error-robustness*/
    IF( EQ_16( st->last_core, 0 ) )
    {
        st->last_core = -1;
        st->last_core = TCX_20_CORE;
        move16();
    }
#endif
+4 −0
Original line number Diff line number Diff line
@@ -2049,6 +2049,10 @@ 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;