summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-31 02:37:36 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-31 02:37:36 +0000
commit630d1fcf9446e32a159502d56beae4acec8d7a3c (patch)
tree2eb9ba54ea30c393cf873de11ee89cdd9b74d6c6 /libvo
parent120f4d12b9232243c46d5898bf505f9789740c23 (diff)
downloadmpv-630d1fcf9446e32a159502d56beae4acec8d7a3c.tar.bz2
mpv-630d1fcf9446e32a159502d56beae4acec8d7a3c.tar.xz
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
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_svga.c2
1 files changed, 1 insertions, 1 deletions
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;