Browse code

Bump micro version, add changelog entry for DTS-ES extension decoding support

Originally committed as revision 23700 to svn://svn.ffmpeg.org/ffmpeg/trunk

Martin Storsjö authored on 2010/06/22 18:22:21
Showing 2 changed files
... ...
@@ -13,6 +13,7 @@ version <next>:
13 13
 - Pictor/PC Paint decoder
14 14
 - HE-AAC v2 decoder
15 15
 - libfaad2 wrapper removed
16
+- DTS-ES extension (XCh) decoding support
16 17
 
17 18
 
18 19
 
... ...
@@ -31,7 +31,7 @@
31 31
 
32 32
 #define LIBAVCODEC_VERSION_MAJOR 52
33 33
 #define LIBAVCODEC_VERSION_MINOR 77
34
-#define LIBAVCODEC_VERSION_MICRO  0
34
+#define LIBAVCODEC_VERSION_MICRO  1
35 35
 
36 36
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
37 37
                                                LIBAVCODEC_VERSION_MINOR, \