Commit 9f6cad54 authored by multrus's avatar multrus
Browse files

fix warning

parent c92abc7b
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -663,7 +663,11 @@ void ivas_dirac_dec_output_synthesis_process_slot_fx(
    Word16 num_freq_bands_diff, num_channels_diff;
    Word16 ch_idx;
    Word32 aux_buf[CLDFB_NO_CHANNELS_MAX];
#ifdef OPT_SBA_DEC_PATH
    Word16 diff_start_band;
#else
    Word16 diff_start_band, tmp16;
#endif
    DIRAC_OUTPUT_SYNTHESIS_PARAMS *h_dirac_output_synthesis_params;
    DIRAC_OUTPUT_SYNTHESIS_STATE *h_dirac_output_synthesis_state;