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

reimar subversion at mplayerhq.hu
Wed May 1 20:46:08 CEST 2013


Author: reimar
Date: Wed May  1 20:46:08 2013
New Revision: 36200

Log:
Fix define value.

Modified:
   trunk/libvo/vo_gl.c

Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c	Wed May  1 20:27:38 2013	(r36199)
+++ trunk/libvo/vo_gl.c	Wed May  1 20:46:08 2013	(r36200)
@@ -105,7 +105,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)))
+#define MASK_NOT_COMBINERS (~((1 << YUV_CONVERSION_NONE) | (1 << YUV_CONVERSION_COMBINERS) | (1 << YUV_CONVERSION_COMBINERS_ATI) | (1 << YUV_CONVERSION_TEXT_FRAGMENT)))
 #define MASK_GAMMA_SUPPORT MASK_NOT_COMBINERS
 static int use_yuv;
 static int colorspace;


More information about the MPlayer-cvslog mailing list