Commit 3e240144 authored by Brown, Stefanie's avatar Brown, Stefanie
Browse files

Linux warning fix

parent 5ec9064a
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -110,8 +110,9 @@ ivas_error ivas_sba_dec_reconfigure(
    int16_t sba_dirac_stereo_flag_old;
#ifndef LBR_SBA_BR_SWITCHING
    SBA_MODE sba_mode_old;
    int32_t last_ivas_total_brate;
#endif
    int32_t ivas_total_brate, last_ivas_total_brate;
    int32_t ivas_total_brate;
    RENDERER_TYPE old_renderer_type;
    DECODER_CONFIG_HANDLE hDecoderConfig;
    ivas_error error;
@@ -122,8 +123,8 @@ ivas_error ivas_sba_dec_reconfigure(

    hDecoderConfig = st_ivas->hDecoderConfig;
    ivas_total_brate = hDecoderConfig->ivas_total_brate;
    last_ivas_total_brate = st_ivas->last_active_ivas_total_brate;
#ifndef LBR_SBA_BR_SWITCHING
    last_ivas_total_brate = st_ivas->last_active_ivas_total_brate;
#ifndef LBR_SBA
    sba_mode_old = ivas_sba_mode_select( last_ivas_total_brate );
#else