[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
- Previous message: [Mplayer-cvslog] CVS: main/DOCS codecs.conf,1.27,1.28
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_dga.c,1.15,1.16 vo_fsdga.c,1.2,1.3 vo_gl.c,1.3,1.4 vo_mga.c,1.9,1.10 vo_odivx.c,1.5,1.6 vo_png.c,1.2,1.3 vo_sdl.c,1.23,1.24 vo_svga.c,1.21,1.22 vo_x11.c,1.14,1.15 vo_xmga.c,1.15,1.16 vo_xv.c,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Mplayer-cvslog] CVS: main/DOCS codecs.conf,1.27,1.28
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_dga.c,1.15,1.16 vo_fsdga.c,1.2,1.3 vo_gl.c,1.3,1.4 vo_mga.c,1.9,1.10 vo_odivx.c,1.5,1.6 vo_png.c,1.2,1.3 vo_sdl.c,1.23,1.24 vo_svga.c,1.21,1.22 vo_x11.c,1.14,1.15 vo_xmga.c,1.15,1.16 vo_xv.c,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list