From eb61776845eff97766b6f5b5a771b86f42357399 Mon Sep 17 00:00:00 2001 From: nick Date: Sun, 13 Jan 2002 10:40:17 +0000 Subject: Still one bit of bugs fixed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4134 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_xvidix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libvo/vo_xvidix.c') diff --git a/libvo/vo_xvidix.c b/libvo/vo_xvidix.c index 4eaeab50fc..c57066941e 100644 --- a/libvo/vo_xvidix.c +++ b/libvo/vo_xvidix.c @@ -78,7 +78,7 @@ static void resize(int x, int y) vidix_term(); vidix_preinit(vidix_name, &video_out_xvidix); if (vidix_init(image_width, image_height, window_x, window_y, - window_width, window_height, image_format, image_depth, image_width, image_height) != 0) + window_width, window_height, image_format, vo_depthonscreen, vo_screenwidth, vo_screenheight) != 0) { mp_msg(MSGT_VO, MSGL_FATAL, "Can't initialize VIDIX driver: %s: %s\n", vidix_name, strerror(errno)); @@ -259,7 +259,7 @@ static uint32_t init(uint32_t width, uint32_t height, uint32_t d_width, window_x, window_y, window_width, window_height); if (vidix_init(image_width, image_height, window_x, window_y, window_width, - window_height, format, image_depth, vo_screenwidth, vo_screenheight) != 0) + window_height, format, vo_depthonscreen, vo_screenwidth, vo_screenheight) != 0) { mp_msg(MSGT_VO, MSGL_FATAL, "Can't initialize VIDIX driver: %s: %s\n", vidix_name, strerror(errno)); -- cgit v1.2.3