0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

yuy2 support disabled to workaround stupid colorspace selection

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4906 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2002-03-01 12:42:12 +00:00
parent 2963621d2e
commit a73add099e

View File

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