summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-03-07 15:31:43 +0100
committerJohns <johns98@gmx.net>2012-03-07 15:31:43 +0100
commitacc35fe30c6b48d771cc75c6168c51490d24953f (patch)
tree0f5eb0fe17290daabfc535d119d0237cd5b74482 /video.h
parentee5804fed7237e382a75c42a9f926ec38bb96e18 (diff)
downloadvdr-plugin-softhddevice-acc35fe30c6b48d771cc75c6168c51490d24953f.tar.gz
vdr-plugin-softhddevice-acc35fe30c6b48d771cc75c6168c51490d24953f.tar.bz2
Video cleanup.
Add noop video output module. Move VideoThread check into lock/unlock functions. Add support for choosing video output module.
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 77a4068..4db8a07 100644
--- a/video.h
+++ b/video.h
@@ -77,6 +77,9 @@ extern void VideoPollEvent(void);
/// Wakeup display handler.
extern void VideoDisplayWakeup(void);
+ /// Set video device.
+extern void VideoSetDevice(const char *);
+
/// Set video geometry.
extern int VideoSetGeometry(const char *);