Commit 0dd84471 authored by sagnowski's avatar sagnowski
Browse files

Remove unused variable

parent 11220e77
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -161,7 +161,10 @@ ivas_error ivas_osba_dirac_td_binaural_jbm(

    if ( st_ivas->hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_CODED || st_ivas->hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM )
    {
        int16_t slot_idx, num_cldfb_bands, b, nchan_transport_orig;
        int16_t slot_idx, num_cldfb_bands, nchan_transport_orig;
#ifndef FIX_1119_SPLIT_RENDERING_VOIP
        int16_t b;
#endif
        int16_t cldfb_slots;
        float Cldfb_RealBuffer[CLDFB_NO_CHANNELS_MAX];
        float Cldfb_ImagBuffer[CLDFB_NO_CHANNELS_MAX];