diff options
Diffstat (limited to 'command/marks.h')
-rw-r--r-- | command/marks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/marks.h b/command/marks.h index 80ba01f..4057fcf 100644 --- a/command/marks.h +++ b/command/marks.h @@ -108,7 +108,7 @@ public: } bool Backup(const char *Directory, bool isTS); bool Save(const char *Directory, double FrameRate, bool isTS); - bool CheckIndex(const char *Directory, bool isTS, bool *IndexError); + bool CheckIndex(const char *Directory, bool isTS, int FrameCnt, bool *IndexError); void WriteIndex(const char *Directory, bool isTS, uint64_t Offset, int FrameType, int Number); void CloseIndex(const char *Directory, bool isTS); |