summaryrefslogtreecommitdiff
path: root/command/marks.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-08-09 23:45:30 +0200
committerJochen Dolze <vdr@dolze.de>2010-08-09 23:45:30 +0200
commit462f8e37728c3d835e9a922f4fb4b11c7619ea9d (patch)
tree0d5b1514f945797aa3038a97d1d421747ff85727 /command/marks.h
parentade86712df523fc7c10545cfe450b59f39a71ba7 (diff)
downloadvdr-plugin-markad-462f8e37728c3d835e9a922f4fb4b11c7619ea9d.tar.gz
vdr-plugin-markad-462f8e37728c3d835e9a922f4fb4b11c7619ea9d.tar.bz2
Fixed AC3 demux error on restart
Diffstat (limited to 'command/marks.h')
-rw-r--r--command/marks.h2
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);