diff options
author | Johns <johns98@gmx.net> | 2012-04-20 15:40:14 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-04-20 15:40:14 +0200 |
commit | 53f22a2ed263ba504c4b984faf886c24f66c04d3 (patch) | |
tree | 6663053ae28197fe0bfb43bface6f61d12830e1d /video.h | |
parent | 44ca71fedb800ddef183feccdb9c1a69492aa89e (diff) | |
download | vdr-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |