Commit 192a52ea authored by vaclav's avatar vaclav
Browse files

fix EVS decoding

parent def9699d
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;
}