summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2010-04-08 16:04:21 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2010-04-08 16:04:21 +0100
commit818165da93f72b8b32c164bcabb3eae2d4e4dc31 (patch)
tree0fbd03ef488ec7d1539e7764d41dfc033039c25b /include
parentedc1d619f78897a5ea382c335a1dd9b2818002fe (diff)
downloadxine-lib-818165da93f72b8b32c164bcabb3eae2d4e4dc31.tar.gz
xine-lib-818165da93f72b8b32c164bcabb3eae2d4e4dc31.tar.bz2
Add support for Xv gamma adjustment.
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index 3fcd5c4ec..a8d8ddd5b 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -369,6 +369,7 @@ int xine_get_param (xine_stream_t *stream, int param) XINE_PROTECTED;
#define XINE_PARAM_VO_SATURATION 0x01000003 /* 0..65535 */
#define XINE_PARAM_VO_CONTRAST 0x01000004 /* 0..65535 */
#define XINE_PARAM_VO_BRIGHTNESS 0x01000005 /* 0..65535 */
+#define XINE_PARAM_VO_GAMMA 0x0100000c /* 0..65535 */
#define XINE_PARAM_VO_ZOOM_X 0x01000008 /* percent */
#define XINE_PARAM_VO_ZOOM_Y 0x0100000d /* percent */
#define XINE_PARAM_VO_PAN_SCAN 0x01000009 /* bool */