[Mplayer-cvslog] CVS: main/libvo vo_xv.c,1.136,1.137

Arpi of Ize arpi at mplayerhq.hu
Sun Feb 9 22:35:46 CET 2003


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

Modified Files:
	vo_xv.c 
Log Message:
reversed small part of the r1.135 commit, it broke -fs (random black screen)


Index: vo_xv.c
===================================================================
RCS file: /cvsroot/mplayer/main/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:35:27 -0000	1.137
@@ -450,7 +450,9 @@
       }
 
      panscan_calc();
+
      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