Loading lib_rend/ivas_hrtf.c +2 −2 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ ivas_error ivas_HRTF_binary_open( } #ifdef NONBE_FIX_BINARY_BINAURAL_READING set_c( (char *) ( *hHrtfTD ), 0, (int32_t) sizeof( TDREND_HRFILT_FiltSet_t ) ); set_c( (int8_t *) ( *hHrtfTD ), 0, (int32_t) sizeof( TDREND_HRFILT_FiltSet_t ) ); #endif return IVAS_ERR_OK; Loading Loading @@ -188,7 +188,7 @@ ivas_error ivas_HRTF_parambin_binary_open( } #ifdef NONBE_FIX_BINARY_BINAURAL_READING set_c( (char *) ( *hHrtfParambin ), 0, (int32_t) sizeof( HRTFS_PARAMBIN ) ); set_c( (int8_t *) ( *hHrtfParambin ), 0, (int32_t) sizeof( HRTFS_PARAMBIN ) ); #endif return IVAS_ERR_OK; Loading Loading
lib_rend/ivas_hrtf.c +2 −2 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ ivas_error ivas_HRTF_binary_open( } #ifdef NONBE_FIX_BINARY_BINAURAL_READING set_c( (char *) ( *hHrtfTD ), 0, (int32_t) sizeof( TDREND_HRFILT_FiltSet_t ) ); set_c( (int8_t *) ( *hHrtfTD ), 0, (int32_t) sizeof( TDREND_HRFILT_FiltSet_t ) ); #endif return IVAS_ERR_OK; Loading Loading @@ -188,7 +188,7 @@ ivas_error ivas_HRTF_parambin_binary_open( } #ifdef NONBE_FIX_BINARY_BINAURAL_READING set_c( (char *) ( *hHrtfParambin ), 0, (int32_t) sizeof( HRTFS_PARAMBIN ) ); set_c( (int8_t *) ( *hHrtfParambin ), 0, (int32_t) sizeof( HRTFS_PARAMBIN ) ); #endif return IVAS_ERR_OK; Loading