[Mplayer-cvslog] CVS: main/libvo vo_x11.c,1.88,1.89

Arpi of Ize arpi at mplayer.dev.hu
Sun Mar 31 11:28:29 CEST 2002


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

Modified Files:
	vo_x11.c 
Log Message:
check depth for direct rendering

Index: vo_x11.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_x11.c,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- vo_x11.c	31 Mar 2002 03:03:12 -0000	1.88
+++ vo_x11.c	31 Mar 2002 09:28:17 -0000	1.89
@@ -538,6 +538,7 @@
 {
     if (zoomFlag ||
 	!IMGFMT_IS_BGR(mpi->imgfmt) ||
+	(IMGFMT_BGR_DEPTH(mpi->imgfmt) != vo_depthonscreen) ||
 	((mpi->type != MP_IMGTYPE_STATIC) && (mpi->type != MP_IMGTYPE_TEMP)) ||
 	(mpi->flags & MP_IMGFLAG_PLANAR) ||
 	(mpi->flags & MP_IMGFLAG_YUV) ||




More information about the MPlayer-cvslog mailing list