[MPlayer-cvslog] r31149 - trunk/libvo/vo_gl.c

reimar subversion at mplayerhq.hu
Sun May 9 23:25:38 CEST 2010


Author: reimar
Date: Sun May  9 23:25:38 2010
New Revision: 31149

Log:
yuv=5 supports brightness and contrast adjustment.

Modified:
   trunk/libvo/vo_gl.c

Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c	Sun May  9 22:31:45 2010	(r31148)
+++ trunk/libvo/vo_gl.c	Sun May  9 23:25:38 2010	(r31149)
@@ -113,7 +113,7 @@ static int osd_color;
 static int use_aspect;
 static int use_ycbcr;
 #define MASK_ALL_YUV (~(1 << YUV_CONVERSION_NONE))
-#define MASK_NOT_COMBINERS (~((1 << YUV_CONVERSION_NONE) | (1 << YUV_CONVERSION_COMBINERS) | (1 << YUV_CONVERSION_COMBINERS_ATI)))
+#define MASK_NOT_COMBINERS (~((1 << YUV_CONVERSION_NONE) | (1 << YUV_CONVERSION_COMBINERS)))
 #define MASK_GAMMA_SUPPORT (MASK_NOT_COMBINERS & ~(1 << YUV_CONVERSION_FRAGMENT))
 static int use_yuv;
 static int colorspace;


More information about the MPlayer-cvslog mailing list