[FFmpeg-cvslog] r26103 - in trunk: doc/APIchanges libavformat/avformat.h

elenril subversion
Mon Dec 27 08:46:57 CET 2010


Author: elenril
Date: Mon Dec 27 08:46:57 2010
New Revision: 26103

Log:
lavf: bump minor and add APIchanges entry after adding AVFMT_NOSTREAMS

Modified:
   trunk/doc/APIchanges
   trunk/libavformat/avformat.h

Modified: trunk/doc/APIchanges
==============================================================================
--- trunk/doc/APIchanges	Mon Dec 27 08:46:53 2010	(r26102)
+++ trunk/doc/APIchanges	Mon Dec 27 08:46:57 2010	(r26103)
@@ -13,6 +13,10 @@ libavutil:   2009-03-08
 
 API changes, most recent first:
 
+2010-12-27 - r26103 - lavf 52.90.0
+  Add AVFMT_NOSTREAMS flag for formats with no streams,
+  like e.g. text metadata.
+
 2010-12-22 - r26073 - lavutil 50.36.0 - file.h
   Add functions av_file_map() and av_file_unmap() in file.h.
 

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	Mon Dec 27 08:46:53 2010	(r26102)
+++ trunk/libavformat/avformat.h	Mon Dec 27 08:46:57 2010	(r26103)
@@ -22,7 +22,7 @@
 #define AVFORMAT_AVFORMAT_H
 
 #define LIBAVFORMAT_VERSION_MAJOR 52
-#define LIBAVFORMAT_VERSION_MINOR 89
+#define LIBAVFORMAT_VERSION_MINOR 90
 #define LIBAVFORMAT_VERSION_MICRO  0
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list