Bump minor version and add Changelog entry after r23334.
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Wed, 26 May 2010 18:34:48 +0000 (18:34 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Wed, 26 May 2010 18:34:48 +0000 (18:34 +0000)
Originally committed as revision 23337 to svn://svn.ffmpeg.org/ffmpeg/trunk

Changelog
libavcodec/avcodec.h

index c9ff1ab..f336852 100644 (file)
--- 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
 
 
 
index 9cb101d..8a6c8f9 100644 (file)
@@ -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, \