summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-09 21:25:38 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-09 21:25:38 +0000
commitc9123e5a2d842d98add32c0a965930ee162845af (patch)
treedfc67ee26523a211350350527e78eac1f1630e70 /libvo
parente0f56eb83feeed614b798e1ed17005c0b3a74ffd (diff)
downloadmpv-c9123e5a2d842d98add32c0a965930ee162845af.tar.bz2
mpv-c9123e5a2d842d98add32c0a965930ee162845af.tar.xz
yuv=5 supports brightness and contrast adjustment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31149 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index e4b7158f3f..af27bc4beb 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -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;