summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog1
-rw-r--r--libavcodec/avcodec.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index c9ff1ab0f4..f336852525 100644
--- a/Changelog
+++ b/Changelog
@@ -8,6 +8,7 @@ version <next>:
- low overhead Ogg muxing
- MMS-TCP support
- VP8 decoding via libvpx
+- CODEC_CAP_EXPERIMENTAL added
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 9cb101d46e..8a6c8f967c 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -30,7 +30,7 @@
#include "libavutil/avutil.h"
#define LIBAVCODEC_VERSION_MAJOR 52
-#define LIBAVCODEC_VERSION_MINOR 70
+#define LIBAVCODEC_VERSION_MINOR 71
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \