diff options
author | Johns <johns98@gmx.net> | 2012-02-24 15:15:50 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-02-24 15:15:50 +0100 |
commit | 668a6ec2775eb7d88df3db6d89d2e2faceb89289 (patch) | |
tree | 109613b42535811c510354a502bdd89196dca89c /video.h | |
parent | 82f61de1171dc7bc2c021423c928545812ba2ddf (diff) | |
download | vdr-plugin-softhddevice-668a6ec2775eb7d88df3db6d89d2e2faceb89289.tar.gz vdr-plugin-softhddevice-668a6ec2775eb7d88df3db6d89d2e2faceb89289.tar.bz2 |
Support configuration and set of video background.
Diffstat (limited to 'video.h')
-rw-r--r-- | video.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -119,6 +119,9 @@ extern void VideoSetSkipLines(int); /// Set studio levels. extern void VideoSetStudioLevels(int); + /// Set background. +extern void VideoSetBackground(uint32_t); + /// Set audio delay. extern void VideoSetAudioDelay(int); |