From f8ca2f9dcd2384b8069120845d04c0c44e5dd959 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Thu, 8 Apr 2010 16:36:10 +0100 Subject: Typo fix. --- include/xine/video_out.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /* -- cgit v1.2.3