[FFmpeg-devel] [PATCH 6/9] lavc: minor bump and APIchanges for AVCodecDescriptor.mime_types.

Nicolas George george at nsup.org
Thu Apr 17 10:17:44 CEST 2014


The minor bump also covers AV_CODEC_ID_BIN_DATA.

TODO fill in the commit hashes.

Signed-off-by: Nicolas George <george at nsup.org>
---
 doc/APIchanges       |    3 +++
 libavcodec/version.h |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/doc/APIchanges b/doc/APIchanges
index 4cf922b..be43c9c 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil:     2012-10-22
 
 API changes, most recent first:
 
+2014-04-XX - xxxxxxx - lavc xx.xx.1xx - avcodec.h
+  Add AVCodecDescriptor.mime_types field.
+
 2014-04-XX - xxxxxxx - lavf xx.xx.1xx - avformat.h
   Add av_format_inject_global_side_data()
 
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 3fbf8ab..b786f0d 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,8 +29,8 @@
 #include "libavutil/version.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 55
-#define LIBAVCODEC_VERSION_MINOR  58
-#define LIBAVCODEC_VERSION_MICRO 103
+#define LIBAVCODEC_VERSION_MINOR  59
+#define LIBAVCODEC_VERSION_MICRO 100
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
                                                LIBAVCODEC_VERSION_MINOR, \
-- 
1.7.10.4



More information about the ffmpeg-devel mailing list