summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-04-17 16:45:27 +0200
committerJohns <johns98@gmx.net>2012-04-17 16:45:27 +0200
commit79e78bf235b9e15b058ec02da5926c6d6577300b (patch)
tree8b2b32198b4684cbf44fc5df6c4c9bcc9eb1b7e8 /video.h
parentc9ef8b759a6fc3e8595630e7bdb8f585f035e8da (diff)
downloadvdr-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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/video.h b/video.h
index 397f5df..20e016d 100644
--- a/video.h
+++ b/video.h
@@ -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);