summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'video.h')
-rw-r--r--video.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/video.h b/video.h
index 5780d61..2be1e5d 100644
--- a/video.h
+++ b/video.h
@@ -159,6 +159,9 @@ extern int64_t VideoGetClock(const VideoHwDecoder *);
/// Set closing flag.
extern void VideoSetClosing(VideoHwDecoder *);
+ /// Reset start of frame counter
+extern void VideoResetStart(VideoHwDecoder *);
+
/// Set trick play speed.
extern void VideoSetTrickSpeed(VideoHwDecoder *, int);