Commit c9b88ee8 authored by emerit's avatar emerit
Browse files

add missing aligment with main float

parent e772e528
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -33,11 +33,13 @@
#include <stdint.h>
#include "options.h"
#include "prot_fx.h"
#include "ivas_rom_binaural_crend_head.h"
#include "ivas_prot_rend_fx.h"
#include "ivas_error.h"
#include "wmc_auto.h"
#include "ivas_prot_fx.h"
#ifndef FIX_2249_MEMORY_LEAK_IN_SBA
#include "ivas_rom_binaural_crend_head.h"
#endif

/*-----------------------------------------------------------------------*
 * ivas_HRTF_td_binary_open()
+5 −6
Original line number Diff line number Diff line
@@ -652,6 +652,7 @@ void ivas_HRTF_CRend_binary_close_fx(
    HRTFS_CREND_DATA **hHrtfCrend                               /* i/o: Crend HRTF handle                       */
);

#ifndef FIX_2249_MEMORY_LEAK_IN_SBA
#ifdef FIX_2249_MEMORY_LEAK_IN_SBA
ivas_error ivas_HRTF_statistics_init_from_rom_fx(
    HRTFS_STATISTICS_HANDLE *hHrtfStatistics,                   /* i/o: HRTF statistics structure               */
@@ -663,16 +664,14 @@ ivas_error ivas_HRTF_statistics_init_fx(
    const Word32 sampleRate                                     /* i  : Sample rate                             */
);
#endif

#ifndef FIX_2249_MEMORY_LEAK_IN_SBA
void ivas_HRTF_statistics_close_fx(
    HRTFS_STATISTICS **hHrtfStatistics                          /* i/o: HRTF statistics structure               */
);
#endif

#ifdef FIX_2249_MEMORY_LEAK_IN_SBA
void ivas_HRTF_statistics_binary_close_fx(
    HRTFS_STATISTICS **hHrtfStatistics );                       /* i/o: HRTF statistics structure               */
#else
void ivas_HRTF_statistics_close_fx(
    HRTFS_STATISTICS **hHrtfStatistics                          /* i/o: HRTF statistics structure               */
);
#endif

ivas_error ivas_HRTF_statistics_binary_open_fx(