summaryrefslogtreecommitdiffstats
path: root/libvo/vo_vesa.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-16 15:22:45 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-16 15:22:45 +0000
commit576095dfb9915dbc2c16cfbd07d5ed6ea5c9cba6 (patch)
tree9c401ef14e8af788f1ced85db6e89b42dbfb563c /libvo/vo_vesa.c
parent6af2546071bdeafa264eff942a3a2514fe18e8c2 (diff)
downloadmpv-576095dfb9915dbc2c16cfbd07d5ed6ea5c9cba6.tar.bz2
mpv-576095dfb9915dbc2c16cfbd07d5ed6ea5c9cba6.tar.xz
added vidix_start() and vidix_stop() for better runtime-resize support ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4199 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_vesa.c')
-rw-r--r--libvo/vo_vesa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_vesa.c b/libvo/vo_vesa.c
index a3f2fd1887..33a71afe25 100644
--- a/libvo/vo_vesa.c
+++ b/libvo/vo_vesa.c
@@ -928,6 +928,7 @@ init(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint3
return -1;
}
else printf("vo_vesa: Using VIDIX\n");
+ vidix_start();
}
#endif
}