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 099477f101..1facb12aec 100644
--- a/Changelog
+++ b/Changelog
@@ -13,6 +13,7 @@ version <next>:
- Pictor/PC Paint decoder
- HE-AAC v2 decoder
- libfaad2 wrapper removed
+- DTS-ES extension (XCh) decoding support
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 53ec546295..15b00922d3 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -31,7 +31,7 @@
#define LIBAVCODEC_VERSION_MAJOR 52
#define LIBAVCODEC_VERSION_MINOR 77
-#define LIBAVCODEC_VERSION_MICRO 0
+#define LIBAVCODEC_VERSION_MICRO 1
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \