Commit 6e116043 authored by vaclav's avatar vaclav
Browse files

another attempt to get BE

parent 4b601cba
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -87,10 +87,11 @@ ivas_error init_decoder(
    }
    else
    {
        st->bwidth = WB;
#if 0 // keep deactivated for the moment to keep BE
        st->bwidth = WB;
        st->last_bwidth = WB;
#else
        st->bwidth = NB;
        st->last_bwidth = NB;
#endif
    }