[Mplayer-cvslog] CVS: main/libvo vo_xv.c,1.13,1.14

Zoltan Ponekker pontscho at users.sourceforge.net
Tue Apr 24 07:58:12 CEST 2001


Update of /cvsroot/mplayer/main/libvo
In directory usw-pr-cvs1:/tmp/cvs-serv22902/libvo

Modified Files:
	vo_xv.c 
Log Message:
-xy-x-y bug fixed.

Index: vo_xv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xv.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** vo_xv.c	2001/04/15 21:01:19	1.13
--- vo_xv.c	2001/04/24 05:58:09	1.14
***************
*** 119,124 ****
   hint.x = 0;
   hint.y = 0;
!  hint.width = image_width;
!  hint.height = image_height;
   if ( fullscreen )
    {
--- 119,124 ----
   hint.x = 0;
   hint.y = 0;
!  hint.width = d_width;
!  hint.height = d_height;
   if ( fullscreen )
    {


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list