Mercurial > mplayer.hg
comparison libvo/vo_gl.c @ 36106:959e6a52e5b0
Fix define value.
author | reimar |
---|---|
date | Wed, 01 May 2013 18:46:08 +0000 |
parents | 10a63b5e6513 |
children | 55bd3eed6c9a |
comparison
equal
deleted
inserted
replaced
36105:10a63b5e6513 | 36106:959e6a52e5b0 |
---|---|
103 static int osd_color; | 103 static int osd_color; |
104 | 104 |
105 static int use_aspect; | 105 static int use_aspect; |
106 static int use_ycbcr; | 106 static int use_ycbcr; |
107 #define MASK_ALL_YUV (~(1 << YUV_CONVERSION_NONE)) | 107 #define MASK_ALL_YUV (~(1 << YUV_CONVERSION_NONE)) |
108 #define MASK_NOT_COMBINERS (~((1 << YUV_CONVERSION_NONE) | (1 << YUV_CONVERSION_COMBINERS))) | 108 #define MASK_NOT_COMBINERS (~((1 << YUV_CONVERSION_NONE) | (1 << YUV_CONVERSION_COMBINERS) | (1 << YUV_CONVERSION_COMBINERS_ATI) | (1 << YUV_CONVERSION_TEXT_FRAGMENT))) |
109 #define MASK_GAMMA_SUPPORT MASK_NOT_COMBINERS | 109 #define MASK_GAMMA_SUPPORT MASK_NOT_COMBINERS |
110 static int use_yuv; | 110 static int use_yuv; |
111 static int colorspace; | 111 static int colorspace; |
112 static int levelconv; | 112 static int levelconv; |
113 static int is_yuv; | 113 static int is_yuv; |