From 630d1fcf9446e32a159502d56beae4acec8d7a3c Mon Sep 17 00:00:00 2001 From: iive Date: Tue, 31 Dec 2002 02:37:36 +0000 Subject: vga_draw* functions don't support linear memory for 'most' video cards git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8674 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_svga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/vo_svga.c b/libvo/vo_svga.c index 0cb5e901b2..0429cacd77 100644 --- a/libvo/vo_svga.c +++ b/libvo/vo_svga.c @@ -478,7 +478,7 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, 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; -- cgit v1.2.3