summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2014-04-17 09:36:44 +0200
committerNicolas George <george@nsup.org>2014-04-29 13:25:52 +0200
commit70beebe35764f4dbf7623683326675bf5d8ee2e6 (patch)
tree8ac9130f61aa7440627cddea559f2c4677333913
parent1bf63964985e4964d812c1516379707a0868ecb6 (diff)
downloadffmpeg-streaming-70beebe35764f4dbf7623683326675bf5d8ee2e6.zip
ffmpeg-streaming-70beebe35764f4dbf7623683326675bf5d8ee2e6.tar.gz
lavc: minor bump and APIchanges for AVCodecDescriptor.mime_types.
The minor bump also covers AV_CODEC_ID_BIN_DATA.
-rw-r--r--doc/APIchanges3
-rw-r--r--libavcodec/version.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 8d001cd..a35501a 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2014-04-29 - 1bf6396 - lavc 55.60.100 - avcodec.h
+ Add AVCodecDescriptor.mime_types field.
+
2014-04-29 - xxxxxxx - lavu 52.80.0 - hash.h
Add av_hash_final_bin(), av_hash_final_hex() and av_hash_final_b64().
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 43a4cc4..44ec052 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 59
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MINOR 60
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \
OpenPOWER on IntegriCloud