Commit 92eb45d3 authored by vaillancour's avatar vaillancour
Browse files

addition to 565

parent b40190d2
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -341,8 +341,12 @@ ivas_error ivas_spar_dec(
    st0->bit_stream = bstr_meta;
    st0->next_bit_pos = 0;
    st0->bits_frame = min( MAX_BITS_METADATA, last_bit_pos + 1 );
#ifdef FIX_565_SBA_BURST_IN_FEC
    if ( !st0->bfi )
#endif
    {
        st0->total_brate = hDecoderConfig->ivas_total_brate; /* to avoid BER detect */

    }
    ivas_spar_dec_MD( st_ivas, st0 );

    *nb_bits_read = st0->next_bit_pos + nb_bits_read_orig;