changeset 4133:7134f727e3c6

Still one bit of bugs fixed
author nick
date Sun, 13 Jan 2002 10:40:17 +0000
parents 84ecfd03c86a
children ca999c616c17
files libvo/vo_xvidix.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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));