summaryrefslogtreecommitdiffstats
path: root/libvo/vo_vesa.c
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-31 10:23:39 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-31 10:23:39 +0000
commit9bf9892bd31ece2ece7dd70261bed2a9c923e4cd (patch)
treec9da86838af0dc44b493a8aa5b50709a5263a4cb /libvo/vo_vesa.c
parentb587a3d642a763d0e56b165a95ed8ea7a0bc1eff (diff)
downloadmpv-9bf9892bd31ece2ece7dd70261bed2a9c923e4cd.tar.bz2
mpv-9bf9892bd31ece2ece7dd70261bed2a9c923e4cd.tar.xz
Use new tune info
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4435 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_vesa.c')
-rw-r--r--libvo/vo_vesa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_vesa.c b/libvo/vo_vesa.c
index 406d32b93c..20bb99042b 100644
--- a/libvo/vo_vesa.c
+++ b/libvo/vo_vesa.c
@@ -897,7 +897,7 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin
{
if(vidix_init(width,height,x_offset,y_offset,image_width,
image_height,format,video_mode_info.BitsPerPixel,
- video_mode_info.XResolution,video_mode_info.YResolution) != 0)
+ video_mode_info.XResolution,video_mode_info.YResolution,info) != 0)
{
printf("vo_vesa: Can't initialize VIDIX driver\n");
vidix_name = NULL;