[Mplayer-cvslog] CVS: main/libvo vo_xvidix.c,1.16,1.17

Nick Kurshev nick at mplayer.dev.hu
Fri Feb 1 11:20:03 CET 2002


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

Modified Files:
	vo_xvidix.c 
Log Message:
Alex! Never write bottlenecks, ok?

Index: vo_xvidix.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xvidix.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- vo_xvidix.c	31 Jan 2002 11:49:30 -0000	1.16
+++ vo_xvidix.c	1 Feb 2002 10:20:00 -0000	1.17
@@ -202,7 +202,7 @@
     image_height = height;
     image_width = width;
     image_format = format;
-    
+
     if (IMGFMT_IS_RGB(format))
     {
 	image_depth = IMGFMT_RGB_DEPTH(format);
@@ -225,9 +225,10 @@
 	    image_depth = 16;
 	    break;
 	default:
+	    image_depth = 16;
 	    mp_msg(MSGT_VO, MSGL_FATAL, "Unknown image format: %s\n",
 		vo_format_name(format));
-	    return(-1);
+	    break;
     }
 
     if (X_already_started)




More information about the MPlayer-cvslog mailing list