[Ffmpeg-cvslog] CVS: ffmpeg/libavformat allformats.c,1.61,1.62

Diego Biurrun CVS diego
Fri Mar 17 01:47:50 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv14900/libavformat

Modified Files:
	allformats.c 
Log Message:
Disable the NUT (de)muxer until it has been synced with the specification.


Index: allformats.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/allformats.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- allformats.c	17 Feb 2006 21:06:51 -0000	1.61
+++ allformats.c	17 Mar 2006 00:47:48 -0000	1.62
@@ -110,7 +110,9 @@
     dc1394_init();
 #endif
 
+    /* Reenable when the (de)muxer has been synced with the specification.
     nut_init();
+    */
     matroska_init();
     sol_init();
     ea_init();





More information about the ffmpeg-cvslog mailing list