Commit 0bb2444d authored by multrus's avatar multrus
Browse files

formatting

parent c2f35ea1
Loading
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -124,10 +124,8 @@ static ivas_error ivas_binRenderer_convModuleOpen(
    const int16_t renderer_type,
    const int16_t isLoudspeaker,
    const AUDIO_CONFIG input_config,
    const RENDER_CONFIG_DATA *hRenderConfig
    ,
    const HRTFS_FASTCONV_HANDLE hHrtf
)
    const RENDER_CONFIG_DATA *hRenderConfig,
    const HRTFS_FASTCONV_HANDLE hHrtf )
{
    int16_t bandIdx, chIdx;
    BINRENDERER_CONV_MODULE_HANDLE hBinRenConvModule;
+0 −1
Original line number Diff line number Diff line
@@ -910,7 +910,6 @@ typedef struct ivas_binaural_crend_wrapper_struct
} CREND_WRAPPER, *CREND_WRAPPER_HANDLE;



/* htrfs from binary files. */

typedef struct ivas_hrtfs_crend_structure
+0 −2
Original line number Diff line number Diff line
@@ -118,7 +118,6 @@ void hrtfFileReader_close(
}



/*-------------------------------------------------------------------*
 * read_and_check_hrtf_binary_file_header()
 *
@@ -218,7 +217,6 @@ static ivas_error read_hrtf_binary_header( ivas_hrtfs_header_t *hrtf_header, FIL
}



/*-------------------------------------------------------------------*
 * LoadBSplineBinaryITD()
 *