From e6365f7f26a9a4f6cd9c6c51bf3af424fea35d9a Mon Sep 17 00:00:00 2001 From: nick Date: Fri, 2 Nov 2001 18:24:25 +0000 Subject: [PATCH] code cleanup git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2638 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_vesa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvo/vo_vesa.c b/libvo/vo_vesa.c index 4b92ed43ed..209b3dc732 100644 --- a/libvo/vo_vesa.c +++ b/libvo/vo_vesa.c @@ -324,7 +324,7 @@ static uint32_t query_format(uint32_t format) switch(format) { case IMGFMT_YV12: -#if 1 /* Should be tested better */ +#if 0 /* Should be tested better */ case IMGFMT_I420: case IMGFMT_IYUV: #endif