# HG changeset patch # User nick # Date 1010918417 0 # Node ID 7134f727e3c64cf4ff7f56c05e4ce98238c82b7a # Parent 84ecfd03c86a7327e0a6909f0baad67f2ad79351 Still one bit of bugs fixed diff -r 84ecfd03c86a -r 7134f727e3c6 libvo/vo_xvidix.c --- a/libvo/vo_xvidix.c Sun Jan 13 10:30:10 2002 +0000 +++ b/libvo/vo_xvidix.c Sun Jan 13 10:40:17 2002 +0000 @@ -78,7 +78,7 @@ 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 @@ 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));