[FFmpeg-cvslog] r17682 - in trunk: Changelog libavformat/avformat.h

aurel subversion
Sun Mar 1 15:50:03 CET 2009


Author: aurel
Date: Sun Mar  1 15:50:03 2009
New Revision: 17682

Log:
new metadata API is now officially part of public API

Modified:
   trunk/Changelog
   trunk/libavformat/avformat.h

Modified: trunk/Changelog
==============================================================================
--- trunk/Changelog	Sun Mar  1 15:29:30 2009	(r17681)
+++ trunk/Changelog	Sun Mar  1 15:50:03 2009	(r17682)
@@ -151,6 +151,7 @@ version <next>
 - NC (NC4600) cameras file demuxer
 - Gopher client support
 - MXF D-10 muxer
+- Generic metadata API
 
 version 0.4.9-pre1:
 

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	Sun Mar  1 15:29:30 2009	(r17681)
+++ trunk/libavformat/avformat.h	Sun Mar  1 15:50:03 2009	(r17682)
@@ -22,8 +22,8 @@
 #define AVFORMAT_AVFORMAT_H
 
 #define LIBAVFORMAT_VERSION_MAJOR 52
-#define LIBAVFORMAT_VERSION_MINOR 30
-#define LIBAVFORMAT_VERSION_MICRO  1
+#define LIBAVFORMAT_VERSION_MINOR 31
+#define LIBAVFORMAT_VERSION_MICRO  0
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
                                                LIBAVFORMAT_VERSION_MINOR, \
@@ -51,7 +51,6 @@ struct AVFormatContext;
 
 /*
  * Public Metadata API.
- * !!WARNING!! This is a work in progress. Don't use outside FFmpeg for now.
  * The metadata API allows libavformat to export metadata tags to a client
  * application using a sequence of key/value pairs.
  * Important concepts to keep in mind:




More information about the ffmpeg-cvslog mailing list