diff options
author | Chris Robinson <[email protected]> | 2019-03-25 13:01:44 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-03-25 13:01:44 -0700 |
commit | cb02bb00bebefce11092eeb7efaafa8a16a090af (patch) | |
tree | 7b4916de7c2b282c9425dbb4be661a02c2aec58d /utils/makemhr/loaddef.h | |
parent | a3687db015d4b5942d955e493b2ea4292127ef80 (diff) |
Detect SOFA files for makemhr input
Diffstat (limited to 'utils/makemhr/loaddef.h')
-rw-r--r-- | utils/makemhr/loaddef.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |