Commit d7a966c7 authored by vaclav's avatar vaclav
Browse files

remove 'const'

parent 2d0cf14f
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1053,7 +1053,7 @@ static ivas_error create_HRTF_from_rawdata(
static ivas_error create_fastconv_HRTF_from_rawdata(
    HRTFS_FASTCONV_HANDLE *hHRTF,         /* i/o: HRTF FastConv handle   */
    char *hrtf_data,                      /* i  : pointer to binary file */
    const HRTF_READER_RENDERER_TYPE rend_type, /* i  : Renderer type          */
    HRTF_READER_RENDERER_TYPE rend_type,  /* i  : Renderer type          */
    BINAURAL_INPUT_AUDIO_CONFIG input_cfg /* i  : Input binaural config  */
)
{