code cleanup

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2638 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nick 2001-11-02 18:24:25 +00:00
parent 846d5e18a5
commit e6365f7f26
1 changed files with 1 additions and 1 deletions

View File

@ -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