Loading lib_dec/ivas_binRenderer_internal.c +0 −3 Original line number Diff line number Diff line Loading @@ -50,9 +50,6 @@ #include "debug.h" #endif #include "wmc_auto.h" #ifdef FIX_1720_HRTF_FASTCONV #include <string.h> #endif /*------------------------------------------------------------------------- Loading lib_rend/ivas_hrtf.c +2 −2 Original line number Diff line number Diff line Loading @@ -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 /*-----------------------------------------------------------------------* Loading Loading @@ -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; } Loading Loading
lib_dec/ivas_binRenderer_internal.c +0 −3 Original line number Diff line number Diff line Loading @@ -50,9 +50,6 @@ #include "debug.h" #endif #include "wmc_auto.h" #ifdef FIX_1720_HRTF_FASTCONV #include <string.h> #endif /*------------------------------------------------------------------------- Loading
lib_rend/ivas_hrtf.c +2 −2 Original line number Diff line number Diff line Loading @@ -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 /*-----------------------------------------------------------------------* Loading Loading @@ -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; } Loading