avcodec: bump minor for adaptive h264 frame-mt
authorJanne Grunau <janne-libav@jannau.net>
Tue, 18 Dec 2012 19:11:28 +0000 (20:11 +0100)
committerJanne Grunau <janne-libav@jannau.net>
Tue, 18 Dec 2012 19:26:53 +0000 (20:26 +0100)
Also adds forgotten Changelog entry.

Changelog
libavcodec/version.h

index b4a8e60..8dfffcf 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -8,6 +8,7 @@ version <next>:
 - deprecated the avconv -vol option. the volume filter is to be used instead.
 - multi-channel ALAC encoding up to 7.1
 - TAK demuxer, parser, and decoder
+- adaptive frame-level multithreading for H.264
 
 
 version 9_beta2:
index d77c078..348ce99 100644 (file)
@@ -27,8 +27,8 @@
  */
 
 #define LIBAVCODEC_VERSION_MAJOR 54
-#define LIBAVCODEC_VERSION_MINOR 34
-#define LIBAVCODEC_VERSION_MICRO  1
+#define LIBAVCODEC_VERSION_MINOR 35
+#define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
                                                LIBAVCODEC_VERSION_MINOR, \