summaryrefslogtreecommitdiffstats
path: root/libvo/vo_x11.c
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-01 12:42:12 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-01 12:42:12 +0000
commita73add099e66c62bb2273f9ea79e2f15cbc4ee9c (patch)
treeadacb231ee3deddf4294c6a54714424ccccd212c /libvo/vo_x11.c
parent2963621d2ec72b2ff8bc537965415fe109838942 (diff)
downloadmpv-a73add099e66c62bb2273f9ea79e2f15cbc4ee9c.tar.bz2
mpv-a73add099e66c62bb2273f9ea79e2f15cbc4ee9c.tar.xz
yuy2 support disabled to workaround stupid colorspace selection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4906 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_x11.c')
-rw-r--r--libvo/vo_x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c
index 4f70554737..200d059c51 100644
--- a/libvo/vo_x11.c
+++ b/libvo/vo_x11.c
@@ -536,7 +536,7 @@ static uint32_t query_format( uint32_t format )
case IMGFMT_BGR16:
case IMGFMT_BGR24:
case IMGFMT_BGR32:
- case IMGFMT_YUY2:
+// case IMGFMT_YUY2:
case IMGFMT_I420:
case IMGFMT_IYUV:
case IMGFMT_YV12: return 1;