Commit b6b0a12f authored by vaclav's avatar vaclav
Browse files

Merge remote-tracking branch 'remotes/origin/evs_dec_updates' into evs_dec_updates_2

parents 3caf5d80 192a52ea
Loading
Loading
Loading
Loading
Loading
+78 −75
Original line number Diff line number Diff line
@@ -1152,6 +1152,8 @@ static void decision_matrix_core_dec(
void mdct_switching_dec_fx(
    Decoder_State *st /* i/o: decoder state structure                */
)
{
    if ( !st->bfi )
    {
        IF( st->Opt_AMR_WB != 0 )
        {
@@ -1250,6 +1252,7 @@ void mdct_switching_dec_fx(
                move16();
            }
        }
    }

    return;
}