[Mplayer-cvslog] CVS: 0_90/libvo vo_xv.c,1.136,1.137
Arpi of Ize
arpi at mplayerhq.hu
Sun Feb 9 22:40:00 CET 2003
Update of /cvsroot/mplayer/0_90/libvo
In directory mail:/var/tmp.root/cvs-serv24380
Modified Files:
vo_xv.c
Log Message:
reversed part of r1.135 commit, it broke -fs
Index: vo_xv.c
===================================================================
RCS file: /cvsroot/mplayer/0_90/libvo/vo_xv.c,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- vo_xv.c 7 Feb 2003 22:15:11 -0000 1.136
+++ vo_xv.c 9 Feb 2003 21:39:57 -0000 1.137
@@ -450,7 +450,9 @@
}
panscan_calc();
- XClearWindow(mDisplay, vo_window);
+
+// XClearWindow(mDisplay, vo_window);
+#if 0
#ifdef HAVE_SHM
if ( Shmem_Flag )
{
@@ -463,6 +465,7 @@
XvPutImage(mDisplay, xv_port, vo_window, vo_gc, xvimage[current_buf], 0, 0, image_width, image_height, drwX, drwY, 1, 1);
XvPutImage(mDisplay, xv_port, vo_window, vo_gc, xvimage[current_buf], 0, 0, image_width, image_height, drwX,drwY,vo_dwidth,(vo_fs?vo_dheight - 1:vo_dheight));
}
+#endif
mp_msg(MSGT_VO,MSGL_V, "[xv] dx: %d dy: %d dw: %d dh: %d\n",drwX,drwY,vo_dwidth,vo_dheight );
More information about the MPlayer-cvslog
mailing list