[Mplayer-cvslog] CVS: main/libvo vo_x11.c,1.81,1.82
Michael Niedermayer
michael at mplayer.dev.hu
Fri Mar 1 13:42:23 CET 2002
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv23512
Modified Files:
vo_x11.c
Log Message:
yuy2 support disabled to workaround stupid colorspace selection
Index: vo_x11.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_x11.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- vo_x11.c 28 Feb 2002 11:43:21 -0000 1.81
+++ vo_x11.c 1 Mar 2002 12:42:12 -0000 1.82
@@ -536,7 +536,7 @@
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;
More information about the MPlayer-cvslog
mailing list