Commit f8892886 authored by vaclav's avatar vaclav
Browse files

fix ext rend

parent b88bfa5a
Loading
Loading
Loading
Loading
Loading
+10 −8
Original line number Diff line number Diff line
@@ -773,8 +773,10 @@ static ivas_error ivas_rend_initCrend(
            if ( ext_rend_flag == 1 )
            {
#endif
#ifndef FIX_1227_Crend_HRTF_LOADING_OPTIM2
                if ( outConfig == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_IR )
                {
#endif
#ifdef FIX_1227_Crend_HRTF_LOADING_OPTIM2
                    if ( hSetOfHRTF->hHRTF_Crend == NULL )
                    {
@@ -792,8 +794,8 @@ static ivas_error ivas_rend_initCrend(
            hHrtf->max_num_iterations = hSetOfHRTF->hHRTF_brir_combined->max_num_iterations;
            hHrtf->index_frequency_max_diffuse = hSetOfHRTF->hHRTF_brir_combined->index_frequency_max_diffuse;
#endif
                }
#ifndef FIX_1227_Crend_HRTF_LOADING_OPTIM2
                }
                else
                {
                    if ( hSetOfHRTF->hHRTF_hrir_combined == NULL )