Commit 4909bfd4 authored by kinuthia's avatar kinuthia
Browse files

fix asan error

parent e42f0a62
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1231,7 +1231,11 @@ ivas_error ivas_init_decoder(
     * Allocate and initialize HRTF Statistics handle
     *--------------------------------------------------------------------*/

#ifdef NONBE_FIX_978_MC_TDREND_REVERB
    if ( st_ivas->hOutSetup.output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB || st_ivas->hIntSetup.output_config == IVAS_AUDIO_CONFIG_5_1 || st_ivas->hIntSetup.output_config == IVAS_AUDIO_CONFIG_7_1 )
#else
    if ( st_ivas->hOutSetup.output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB )
#endif
    {
        if ( ( error = ivas_HRTF_statistics_init( &st_ivas->hHrtfStatistics, output_Fs ) ) != IVAS_ERR_OK )
        {
+1 −1

File changed.

Contains only whitespace changes.