Commit f622375e authored by sagnowski's avatar sagnowski
Browse files

Fix wrong argument removed

parent b2bbac70
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2399,11 +2399,11 @@ void ivas_dirac_dec_render_sf(
        if ( st_ivas->hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_CODED || st_ivas->hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM )
        {
            binRenderer_split( st_ivas->hBinRenderer, st_ivas->hSplitBinRend, st_ivas->hCombinedOrientationData, hSpatParamRendCom->subframe_nbslots[subframe_idx],
                               Cldfb_RealBuffer_Binaural, Cldfb_ImagBuffer_Binaural, Cldfb_RealBuffer, Cldfb_ImagBuffer, slot_idx_start, hSpatParamRendCom->num_freq_bands
                               Cldfb_RealBuffer_Binaural, Cldfb_ImagBuffer_Binaural, Cldfb_RealBuffer, Cldfb_ImagBuffer,
#ifndef FIX_1119_SPLIT_RENDERING_VOIP
                               ,
                               st_ivas->hDecoderConfig->nchan_out
                               slot_idx_start,
#endif
                               hSpatParamRendCom->num_freq_bands, st_ivas->hDecoderConfig->nchan_out
            );
        }
        else