[Mplayer-cvslog] CVS: main/libvo video_out.c,1.91,1.92
    Alex Beregszaszi 
    syncmail at mplayerhq.hu
       
    Mon Oct  4 21:13:54 CEST 2004
    
        - Previous message: [Mplayer-cvslog] CVS: main/libaf af_extrastereo.c, NONE,	1.1	af_volnorm.c, NONE, 1.1 Makefile, 1.14, 1.15 af.c, 1.29,	1.30 af_format.h, 1.2, 1.3 control.h, 1.6, 1.7
- Next message: [Mplayer-cvslog] CVS: main/libvo video_out.c,1.91,1.92
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
CVS change done by Alex Beregszaszi
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv19832
Modified Files:
	video_out.c 
Log Message:
move the file writers after vo_null so they don't get autoselected - following the same logic as in libao2
Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- video_out.c	29 Sep 2004 01:46:30 -0000	1.91
+++ video_out.c	4 Oct 2004 19:13:51 -0000	1.92
@@ -204,19 +204,6 @@
 	&video_out_bl,
 #endif
 
-#ifdef HAVE_PNG
-	&video_out_png,
-#endif	
-#ifdef HAVE_JPEG
-	&video_out_jpeg,
-#endif
-#ifdef HAVE_GIF
-	&video_out_gif89a,
-#endif
-        &video_out_null,
-//        &video_out_odivx,
-	&video_out_mpegpes,
-	&video_out_yuv4mpeg,
 #ifdef HAVE_VESA
 	&video_out_vesa,
 #endif
@@ -235,6 +222,21 @@
 #endif
     &video_out_cvidix,
 #endif
+        &video_out_null,
+	// should not be auto-selected
+#ifdef HAVE_PNG
+	&video_out_png,
+#endif	
+#ifdef HAVE_JPEG
+	&video_out_jpeg,
+#endif
+#ifdef HAVE_GIF
+	&video_out_gif89a,
+#endif
+        &video_out_pgm,
+        &video_out_md5,
+	&video_out_mpegpes,
+	&video_out_yuv4mpeg,
 #ifdef HAVE_TGA
         &video_out_tga,
 #endif
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main/libaf af_extrastereo.c, NONE,	1.1	af_volnorm.c, NONE, 1.1 Makefile, 1.14, 1.15 af.c, 1.29,	1.30 af_format.h, 1.2, 1.3 control.h, 1.6, 1.7
- Next message: [Mplayer-cvslog] CVS: main/libvo video_out.c,1.91,1.92
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list