[Mplayer-cvslog] CVS: main/libvo vo_dga.c,1.50,1.51
Arpi of Ize
arpi at mplayerhq.hu
Sat Sep 28 20:50:49 CEST 2002
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv9199
Modified Files:
vo_dga.c
Log Message:
another dga v1 fix by Fredrik Noring <noring at nocrew.org>
Index: vo_dga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dga.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- vo_dga.c 27 Sep 2002 20:48:06 -0000 1.50
+++ vo_dga.c 28 Sep 2002 18:50:45 -0000 1.51
@@ -724,13 +724,13 @@
int x_off, y_off;
int wanted_width, wanted_height;
+ unsigned char *vo_dga_base;
#ifdef HAVE_DGA2
// needed to change DGA video mode
int modecount, mX=VO_DGA_INVALID_RES, mY=VO_DGA_INVALID_RES , mVBI=100000, mMaxY=0, i,j=0;
int dga_modenum;
XDGAMode *modelines=NULL, *modeline;
XDGADevice *dgadevice;
- unsigned char *vo_dga_base;
#else
#ifdef HAVE_XF86VM
unsigned int vm_event, vm_error;
More information about the MPlayer-cvslog
mailing list