summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;