diff options
author | Johns <johns98@gmx.net> | 2012-04-21 12:59:04 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-04-21 12:59:04 +0200 |
commit | e30e1e5aad2e35f35af248167b8366a75f28234d (patch) | |
tree | 527a308179595166fd8190d49e9100bc27fb12dc /video.h | |
parent | d26c34f34f77b860b2ac7faf0fda914ca2eeb39b (diff) | |
download | vdr-plugin-softhddevice-e30e1e5aad2e35f35af248167b8366a75f28234d.tar.gz vdr-plugin-softhddevice-e30e1e5aad2e35f35af248167b8366a75f28234d.tar.bz2 |
Handle jump in stream like stream start.
Diffstat (limited to 'video.h')
-rw-r--r-- | video.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |