Commit d556e14d authored by vaclav's avatar vaclav
Browse files

fix SID first case

parent 2df83c8b
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1082,7 +1082,9 @@ static ivas_error ivas_read_format(
            st_ivas->sba_order = st_ivas->bit_stream[*num_bits_read + 1];
            st_ivas->sba_order += 2 * st_ivas->bit_stream[*num_bits_read];
            *num_bits_read += SBA_ORDER_BITS;
#ifndef FIX_1209_SID_SIGNALING
#ifdef FIX_1209_SID_SIGNALING
            st_ivas->sba_analysis_order = SBA_FOA_ORDER; /* Hard coding as DTX is supported with FOA analysis order only */
#else
            if ( st_ivas->sba_analysis_order == 0 )
            {
                st_ivas->sba_analysis_order = SBA_FOA_ORDER;