summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-04-20 15:40:14 +0200
committerJohns <johns98@gmx.net>2012-04-20 15:40:14 +0200
commit53f22a2ed263ba504c4b984faf886c24f66c04d3 (patch)
tree6663053ae28197fe0bfb43bface6f61d12830e1d /video.h
parent44ca71fedb800ddef183feccdb9c1a69492aa89e (diff)
downloadvdr-plugin-softhddevice-53f22a2ed263ba504c4b984faf886c24f66c04d3.tar.gz
vdr-plugin-softhddevice-53f22a2ed263ba504c4b984faf886c24f66c04d3.tar.bz2
Made showing black picture configurable.
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 20e016d..5780d61 100644
--- a/video.h
+++ b/video.h
@@ -90,6 +90,9 @@ extern void VideoSet60HzMode(int);
/// Set soft start audio/video sync.
extern void VideoSetSoftStartSync(int);
+ /// Set show black picture during channel switch.
+extern void VideoSetBlackPicture(int);
+
/// Set video output position.
extern void VideoSetOutputPosition(int, int, int, int);