Commit 5df7620f authored by emerit's avatar emerit
Browse files

fix format

parent b55bc45d
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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
@@ -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 ) );