# HG changeset patch # User reimar # Date 1273440338 0 # Node ID 91db38be83099ebf279c0e32898f00f27513850a # Parent 960deaaae9f070c5d17cdfde176cc953dc86f0f3 yuv=5 supports brightness and contrast adjustment. diff -r 960deaaae9f0 -r 91db38be8309 libvo/vo_gl.c --- a/libvo/vo_gl.c Sun May 09 20:31:45 2010 +0000 +++ b/libvo/vo_gl.c Sun May 09 21:25:38 2010 +0000 @@ -113,7 +113,7 @@ 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;