diff options
author | Johns <johns98@gmx.net> | 2012-09-03 16:39:33 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-09-03 16:39:33 +0200 |
commit | 73fe963c36a52e28ae900db493ca24c104954af0 (patch) | |
tree | ac68542bb3accfce71430ea7fc9aec43b201e064 /video.h | |
parent | a61cbcb65af38193db0ec0383305c37f1c3ce4be (diff) | |
download | vdr-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.h | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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); |