summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-02-24 15:15:50 +0100
committerJohns <johns98@gmx.net>2012-02-24 15:15:50 +0100
commit668a6ec2775eb7d88df3db6d89d2e2faceb89289 (patch)
tree109613b42535811c510354a502bdd89196dca89c /video.h
parent82f61de1171dc7bc2c021423c928545812ba2ddf (diff)
downloadvdr-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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/video.h b/video.h
index 3c74730..9fed9c9 100644
--- a/video.h
+++ b/video.h
@@ -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);