Loading lib_util/hrtf_file_reader.c +4 −0 Original line number Diff line number Diff line Loading @@ -1145,6 +1145,10 @@ ivas_error load_fastconv_HRTF_from_binary( return IVAS_ERROR( IVAS_ERR_INTERNAL_FATAL, "Could not create HRTF from binary file" ); } } else { fseek( f_hrtf, hrtf_header.data_size, SEEK_CUR ); } } count_free( hrtf_data ); Loading Loading
lib_util/hrtf_file_reader.c +4 −0 Original line number Diff line number Diff line Loading @@ -1145,6 +1145,10 @@ ivas_error load_fastconv_HRTF_from_binary( return IVAS_ERROR( IVAS_ERR_INTERNAL_FATAL, "Could not create HRTF from binary file" ); } } else { fseek( f_hrtf, hrtf_header.data_size, SEEK_CUR ); } } count_free( hrtf_data ); Loading