[Mplayer-cvslog] CVS: main/libvo vo_xv.c,1.154,1.155

Alexander Strasser beastd syncmail at mplayerhq.hu
Fri Sep 3 22:22:25 CEST 2004


CVS change done by Alexander Strasser (beastd)

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv11732

Modified Files:
	vo_xv.c 
Log Message:
We don't need to support the old nvidia binary driver bug any longer.


Index: vo_xv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xv.c,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- vo_xv.c	20 Aug 2004 09:41:13 -0000	1.154
+++ vo_xv.c	3 Sep 2004 20:22:22 -0000	1.155
@@ -579,7 +579,7 @@
                       xvimage[current_buf], 0, 0, image_width,
                       image_height, drwX - (vo_panscan_x >> 1),
                       drwY - (vo_panscan_y >> 1), vo_dwidth + vo_panscan_x,
-                      (vo_fs ? vo_dheight - 1 : vo_dheight) + vo_panscan_y,
+                      vo_dheight + vo_panscan_y,
                       False);
     } else
 #endif
@@ -588,7 +588,7 @@
                    xvimage[current_buf], 0, 0, image_width, image_height,
                    drwX - (vo_panscan_x >> 1), drwY - (vo_panscan_y >> 1),
                    vo_dwidth + vo_panscan_x,
-                   (vo_fs ? vo_dheight - 1 : vo_dheight) + vo_panscan_y);
+                   vo_dheight + vo_panscan_y);
     }
     if (num_buffers > 1)
     {




More information about the MPlayer-cvslog mailing list