summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xvidix.c
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-13 10:40:17 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-13 10:40:17 +0000
commiteb61776845eff97766b6f5b5a771b86f42357399 (patch)
treeb9f3e4652536aa8679e09c13a7852403f2c02c83 /libvo/vo_xvidix.c
parentcb50547add95b09b608ff2e29fac9573a5501faf (diff)
downloadmpv-eb61776845eff97766b6f5b5a771b86f42357399.tar.bz2
mpv-eb61776845eff97766b6f5b5a771b86f42357399.tar.xz
Still one bit of bugs fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4134 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_xvidix.c')
-rw-r--r--libvo/vo_xvidix.c4
1 files changed, 2 insertions, 2 deletions
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));