diff options
author | Johns <johns98@gmx.net> | 2012-04-17 16:45:27 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-04-17 16:45:27 +0200 |
commit | 79e78bf235b9e15b058ec02da5926c6d6577300b (patch) | |
tree | 8b2b32198b4684cbf44fc5df6c4c9bcc9eb1b7e8 /video.h | |
parent | c9ef8b759a6fc3e8595630e7bdb8f585f035e8da (diff) | |
download | vdr-plugin-softhddevice-79e78bf235b9e15b058ec02da5926c6d6577300b.tar.gz vdr-plugin-softhddevice-79e78bf235b9e15b058ec02da5926c6d6577300b.tar.bz2 |
Show black picture, if no video stream available.
New audio ring code.
New audio filters (first part).
Diffstat (limited to 'video.h')
-rw-r--r-- | video.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -153,6 +153,9 @@ extern void VideoSetClock(VideoHwDecoder *, int64_t); /// Get video clock. extern int64_t VideoGetClock(const VideoHwDecoder *); + /// Set closing flag. +extern void VideoSetClosing(VideoHwDecoder *); + /// Set trick play speed. extern void VideoSetTrickSpeed(VideoHwDecoder *, int); |