[Mplayer-cvslog] CVS: main/libvo vo_xvidix.c,1.4,1.5

Nick Kurshev nick at mplayer.dev.hu
Sun Jan 13 11:40:20 CET 2002


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv1424/main/libvo

Modified Files:
	vo_xvidix.c 
Log Message:
Still one bit of bugs fixed

Index: vo_xvidix.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xvidix.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vo_xvidix.c	13 Jan 2002 10:30:10 -0000	1.4
+++ vo_xvidix.c	13 Jan 2002 10:40:17 -0000	1.5
@@ -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));




More information about the MPlayer-cvslog mailing list