[MPlayer-cvslog] CVS: main/libvo vo_xv.c,1.171,1.172

Reimar Döffinger CVS syncmail at mplayerhq.hu
Thu May 4 10:45:37 CEST 2006


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	vo_xv.c 
Log Message:
Make sure black borders are drawn when switching videos with -fixed-vo.
Alexander Strasser at LinuxTag


Index: vo_xv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xv.c,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- vo_xv.c	24 Apr 2006 04:23:53 -0000	1.171
+++ vo_xv.c	4 May 2006 08:45:34 -0000	1.172
@@ -436,6 +436,12 @@
     }
 
     panscan_calc();
+    
+    vo_xv_draw_colorkey(drwX - (vo_panscan_x >> 1),
+                        drwY - (vo_panscan_y >> 1),
+                        vo_dwidth + vo_panscan_x - 1,
+                        vo_dheight + vo_panscan_y - 1);
+
 
 #if 0
 #ifdef HAVE_SHM




More information about the MPlayer-cvslog mailing list