From cb02bb00bebefce11092eeb7efaafa8a16a090af Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 25 Mar 2019 13:01:44 -0700 Subject: Detect SOFA files for makemhr input --- utils/makemhr/loaddef.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/makemhr/loaddef.h') diff --git a/utils/makemhr/loaddef.h b/utils/makemhr/loaddef.h index 7d37fadc..05862228 100644 --- a/utils/makemhr/loaddef.h +++ b/utils/makemhr/loaddef.h @@ -6,7 +6,7 @@ #include "makemhr.h" -bool LoadDefInput(FILE *fp, const char *filename, const uint fftSize, const uint truncSize, - const ChannelModeT chanMode, HrirDataT *hData); +bool LoadDefInput(FILE *fp, const char *startbytes, size_t startbytecount, const char *filename, + const uint fftSize, const uint truncSize, const ChannelModeT chanMode, HrirDataT *hData); #endif /* LOADDEF_H */ -- cgit v1.2.3