diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-04-08 16:36:10 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-04-08 16:36:10 +0100 |
commit | f8ca2f9dcd2384b8069120845d04c0c44e5dd959 (patch) | |
tree | f91471a4458c9c3aebeb9916742dfb647e52b140 | |
parent | 576c672a22a76a6d803da895845de47d20ec9dde (diff) | |
download | xine-lib-f8ca2f9dcd2384b8069120845d04c0c44e5dd959.tar.gz xine-lib-f8ca2f9dcd2384b8069120845d04c0c44e5dd959.tar.bz2 |
Typo fix.
-rw-r--r-- | include/xine/video_out.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xine/video_out.h b/include/xine/video_out.h index 42fcae99f..291d2fffc 100644 --- a/include/xine/video_out.h +++ b/include/xine/video_out.h @@ -308,7 +308,7 @@ struct xine_video_port_s { #define VO_CAP_CUSTOM_EXTENT_OVERLAY 0x01000000 /* driver can blend custom extent overlay to output extent */ #define VO_CAP_ARGB_LAYER_OVERLAY 0x02000000 /* driver supports true color overlay */ #define VO_CAP_VIDEO_WINDOW_OVERLAY 0x04000000 /* driver can scale video to an area within overlay */ -#define VO_CAP_GAMMA 0x00080000 +#define VO_CAP_GAMMA 0x08000000 /* |