summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-09-03 16:39:33 +0200
committerJohns <johns98@gmx.net>2012-09-03 16:39:33 +0200
commit73fe963c36a52e28ae900db493ca24c104954af0 (patch)
treeac68542bb3accfce71430ea7fc9aec43b201e064 /video.h
parenta61cbcb65af38193db0ec0383305c37f1c3ce4be (diff)
downloadvdr-plugin-softhddevice-73fe963c36a52e28ae900db493ca24c104954af0.tar.gz
vdr-plugin-softhddevice-73fe963c36a52e28ae900db493ca24c104954af0.tar.bz2
Add picture adjustment support for vdpau.
Diffstat (limited to 'video.h')
-rw-r--r--video.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/video.h b/video.h
index ea11633..b27a195 100644
--- a/video.h
+++ b/video.h
@@ -97,6 +97,18 @@ extern void VideoSetSoftStartSync(int);
/// Set show black picture during channel switch.
extern void VideoSetBlackPicture(int);
+ /// Set brightness adjustment.
+extern void VideoSetBrightness(int);
+
+ /// Set contrast adjustment.
+extern void VideoSetContrast(int);
+
+ /// Set saturation adjustment.
+extern void VideoSetSaturation(int);
+
+ /// Set hue adjustment.
+extern void VideoSetHue(int);
+
/// Set video output position.
extern void VideoSetOutputPosition(int, int, int, int);