Commit 4e6ce819 authored by Lauros Pajunen's avatar Lauros Pajunen
Browse files

Add flags

parent f42aebd1
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1006,6 +1006,9 @@ ivas_error IVAS_DEC_ReadFormat(
{
    ivas_error error;
    Decoder_Struct *st_ivas;
#ifndef DECODER_FORMAT_SWITCHING
    IVAS_FORMAT ivas_format_old;
#endif
    ISM_MODE ism_mode_old;
    MC_MODE mc_mode_old;
    int16_t nchan_transport_old;
@@ -1018,6 +1021,9 @@ ivas_error IVAS_DEC_ReadFormat(
    }

    st_ivas = hIvasDec->st_ivas;
#ifndef DECODER_FORMAT_SWITCHING
    ivas_format_old = st_ivas->ivas_format;
#endif
    ism_mode_old = st_ivas->ism_mode;
    mc_mode_old = st_ivas->mc_mode;
    nchan_transport_old = st_ivas->nchan_transport;