Bump micro version, add changelog entry for DTS-ES extension decoding support
authorMartin Storsjö <martin@martin.st>
Tue, 22 Jun 2010 09:22:21 +0000 (09:22 +0000)
committerMartin Storsjö <martin@martin.st>
Tue, 22 Jun 2010 09:22:21 +0000 (09:22 +0000)
Originally committed as revision 23700 to svn://svn.ffmpeg.org/ffmpeg/trunk

Changelog
libavcodec/avcodec.h

index 099477f..1facb12 100644 (file)
--- 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
 
 
 
index 53ec546..15b0092 100644 (file)
@@ -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, \