[Mplayer-cvslog] CVS: main/libvo vo_x11.c,1.92,1.93

Arpi of Ize arpi at mplayerhq.hu
Sat Apr 20 01:13:39 CEST 2002


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv2022

Modified Files:
	vo_x11.c 
Log Message:
workaround yv12 vs. i420 'bug' of swscale

Index: vo_x11.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_x11.c,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- vo_x11.c	16 Apr 2002 17:41:29 -0000	1.92
+++ vo_x11.c	19 Apr 2002 23:13:36 -0000	1.93
@@ -250,6 +250,7 @@
     title = strdup("MPlayer X11 (XImage/Shm) render");
 
  in_format=format;
+ if(in_format==IMGFMT_I420 || in_format==IMGFMT_IYUV) in_format=IMGFMT_YV12;
  srcW= width;
  srcH= height;
  




More information about the MPlayer-cvslog mailing list