[Mplayer-cvslog] CVS: main/libvo vo_svga.c,1.58,1.59
Ivan Kalvachev CVS
iive at mplayerhq.hu
Tue Dec 31 03:37:39 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main mplayer.c,1.640,1.641
- Next message: [Mplayer-cvslog] CVS: main/libaf af.h,1.13,1.14 af_comp.c,1.2,1.3 af_gate.c,1.2,1.3 af_tools.c,1.2,1.3 af_pan.c,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv15724
Modified Files:
vo_svga.c
Log Message:
vga_draw* functions don't support linear memory for 'most' video cards
Index: vo_svga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_svga.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- vo_svga.c 22 Dec 2002 16:31:05 -0000 1.58
+++ vo_svga.c 31 Dec 2002 02:37:36 -0000 1.59
@@ -478,7 +478,7 @@
else
LINEWIDTH=vga_getmodeinfo(vid_mode)->linewidth;
- vga_setlinearaddressing();
+// vga_setlinearaddressing(); //it is not compatable with vga_draw* for "some" cards
if(oldmethod) {
buffer=malloc(HEIGHT*LINEWIDTH);
maxframes=0;
- Previous message: [Mplayer-cvslog] CVS: main mplayer.c,1.640,1.641
- Next message: [Mplayer-cvslog] CVS: main/libaf af.h,1.13,1.14 af_comp.c,1.2,1.3 af_gate.c,1.2,1.3 af_tools.c,1.2,1.3 af_pan.c,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list