summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_ggi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_ggi.c b/libvo/vo_ggi.c
index c941702c2f..d98f7ba4fa 100644
--- a/libvo/vo_ggi.c
+++ b/libvo/vo_ggi.c
@@ -390,8 +390,8 @@ static uint32_t query_format(uint32_t format)
case IMGFMT_YV12:
/* case IMGFMT_I420:
case IMGFMT_IYUV:
-*/ case IMGFMT_YUY2:
-/* case IMGFMT_YVYU:
+ case IMGFMT_YUY2:
+ case IMGFMT_YVYU:
case IMGFMT_UYVY:*/
return(1);
case IMGFMT_RGB8: