Commit 17b589eb authored by vaclav's avatar vaclav
Browse files

fix

parent 4069ba42
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -88,7 +88,11 @@ ivas_error init_decoder(
    else
    {
        st->bwidth = WB;
        // st->last_bwidth = WB; // TBV
#if 0 // keep deactivated for the moment to keep BE
        st->last_bwidth = WB;
#else
        st->bwidth = NB;
#endif
    }
#else
    st->bwidth = NB;