Commit 4c814379 authored by Shikha Shetgeri's avatar Shikha Shetgeri
Browse files

minor clean up

parent 35f639a7
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -50,9 +50,6 @@
#include "debug.h"
#endif
#include "wmc_auto.h"
#ifdef FIX_1720_HRTF_FASTCONV
#include <string.h>
#endif


/*-------------------------------------------------------------------------
+2 −2
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
#include "ivas_error.h"
#include "wmc_auto.h"
#ifdef FIX_1720_HRTF_FASTCONV
#include <string.h>
#include "ivas_prot.h"
#endif

/*-----------------------------------------------------------------------*
@@ -143,7 +143,7 @@ ivas_error ivas_HRTF_fastconv_binary_open(
        return IVAS_ERROR( IVAS_ERR_FAILED_ALLOC, "Can not allocate memory for FASTCONV HRTF tables!" );
    }
#ifdef FIX_1720_HRTF_FASTCONV
    memset( *hHrtfFastConv, 0x00, sizeof( HRTFS_FASTCONV ) );
    ivas_init_binaural_hrtf( *hHrtfFastConv );
#endif
    return IVAS_ERR_OK;
}