summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-02 18:24:25 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-02 18:24:25 +0000
commite6365f7f26a9a4f6cd9c6c51bf3af424fea35d9a (patch)
tree011c54b428ef0bce5538c11742ca336d0fdb7aed /libvo
parent846d5e18a57b026606d3830988578585adcc918b (diff)
downloadmpv-e6365f7f26a9a4f6cd9c6c51bf3af424fea35d9a.tar.bz2
mpv-e6365f7f26a9a4f6cd9c6c51bf3af424fea35d9a.tar.xz
code cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2638 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_vesa.c2
1 files changed, 1 insertions, 1 deletions
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