[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


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;




More information about the MPlayer-cvslog mailing list