diff options
author | Johns <johns98@gmx.net> | 2012-03-07 15:31:43 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-03-07 15:31:43 +0100 |
commit | acc35fe30c6b48d771cc75c6168c51490d24953f (patch) | |
tree | 0f5eb0fe17290daabfc535d119d0237cd5b74482 /video.h | |
parent | ee5804fed7237e382a75c42a9f926ec38bb96e18 (diff) | |
download | vdr-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 *); |