Loading lib_rend/lib_rend.c +1 −3 Original line number Diff line number Diff line Loading @@ -3641,7 +3641,7 @@ static void freeDecoderDummy( /* Parametric binaural renderer HRTF structure */ #ifdef FIX_BINARY_BINAURAL_READING if ( pDecDummy->hHrtfParambin != NULL && pDecDummy->hHrtfParambin->allocatedFromFile == 0 ) if ( ( pDecDummy->hHrtfParambin != NULL ) && ( pDecDummy->hHrtfParambin->allocatedFromFile == 0 ) ) #else if ( pDecDummy->hHrtfParambin != NULL ) #endif Loading Loading @@ -9334,8 +9334,6 @@ void IVAS_REND_Close( ivas_binaural_hrtf_close( &hIvasRend->hHrtfFastConv ); /* Parametric binauralizer HRTF filters */ ivas_HRTF_binary_close( &( hIvasRend->hHrtfTD ) ); ivas_HRTF_CRend_binary_close( &( hIvasRend->hSetOfHRTF ) ); ivas_HRTF_fastconv_binary_close( &( hIvasRend->hHrtfFastConv ) ); Loading Loading
lib_rend/lib_rend.c +1 −3 Original line number Diff line number Diff line Loading @@ -3641,7 +3641,7 @@ static void freeDecoderDummy( /* Parametric binaural renderer HRTF structure */ #ifdef FIX_BINARY_BINAURAL_READING if ( pDecDummy->hHrtfParambin != NULL && pDecDummy->hHrtfParambin->allocatedFromFile == 0 ) if ( ( pDecDummy->hHrtfParambin != NULL ) && ( pDecDummy->hHrtfParambin->allocatedFromFile == 0 ) ) #else if ( pDecDummy->hHrtfParambin != NULL ) #endif Loading Loading @@ -9334,8 +9334,6 @@ void IVAS_REND_Close( ivas_binaural_hrtf_close( &hIvasRend->hHrtfFastConv ); /* Parametric binauralizer HRTF filters */ ivas_HRTF_binary_close( &( hIvasRend->hHrtfTD ) ); ivas_HRTF_CRend_binary_close( &( hIvasRend->hSetOfHRTF ) ); ivas_HRTF_fastconv_binary_close( &( hIvasRend->hHrtfFastConv ) ); Loading