[SCM] libav/experimental: new metadata API is now officially part of public API

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:39:59 UTC 2013


The following commit has been merged in the experimental branch:
commit ec26457064142f132edf631fc9dedccde59bec48
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Sun Mar 1 14:50:03 2009 +0000

    new metadata API is now officially part of public API
    
    Originally committed as revision 17682 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Changelog b/Changelog
index 58ebffc..7bfee83 100644
--- a/Changelog
+++ b/Changelog
@@ -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:
 
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index d1d6d02..df53251 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -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:

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list