summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-02-25 17:23:51 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-02-25 17:23:51 +0000
commitdff9fc9bb1e3a5593c8dcc1c77116d1647b9af99 (patch)
treefb8b79222d98533b2bb77880232d9be786c12f27 /include
parent977484032ff46573c8d3bf39de73cff4304b7a80 (diff)
downloadxine-lib-dff9fc9bb1e3a5593c8dcc1c77116d1647b9af99.tar.gz
xine-lib-dff9fc9bb1e3a5593c8dcc1c77116d1647b9af99.tar.bz2
Add more VO_CAP_* to indicate support for colour controls & zoom properties.
--HG-- extra : transplant_source : %C2%84%E8%0E%FD%DE%D3%3E%FB%B8%AF%F3%80a%5E%B3v%C5%8B%08
Diffstat (limited to 'include')
-rw-r--r--include/xine/video_out.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/xine/video_out.h b/include/xine/video_out.h
index f34380af1..02eff3cac 100644
--- a/include/xine/video_out.h
+++ b/include/xine/video_out.h
@@ -282,7 +282,14 @@ struct xine_video_port_s {
#define VO_CAP_UNSCALED_OVERLAY 0x00000010 /* driver can blend overlay at output resolution */
#define VO_CAP_CROP 0x00000020 /* driver can crop */
#define VO_CAP_XXMC 0x00000040 /* driver can use extended XvMC */
-
+#define VO_CAP_HUE 0x00010000
+#define VO_CAP_SATURATION 0x00020000
+#define VO_CAP_CONTRAST 0x00040000
+#define VO_CAP_BRIGHTNESS 0x00080000
+#define VO_CAP_COLORKEY 0x00100000
+#define VO_CAP_AUTOPAINT_COLORKEY 0x00200000
+#define VO_CAP_ZOOM_X 0x00400000
+#define VO_CAP_ZOOM_Y 0x00800000
/*
* vo_driver_s contains the functions every display driver