Browse code

avcodec: bump minor and update Changelog for recent DST addition

Signed-off-by: Paul B Mahol <onemda@gmail.com>

Paul B Mahol authored on 2016/05/15 08:19:12
Showing 2 changed files
... ...
@@ -34,6 +34,7 @@ version <next>:
34 34
 - DTS Express (LBR) decoder
35 35
 - Generic OpenMAX IL encoder with support for Raspberry Pi
36 36
 - IFF ANIM demuxer & decoder
37
+- Direct Stream Transfer (DST) decoder
37 38
 
38 39
 version 3.0:
39 40
 - Common Encryption (CENC) MP4 encoding and decoding support
... ...
@@ -28,8 +28,8 @@
28 28
 #include "libavutil/version.h"
29 29
 
30 30
 #define LIBAVCODEC_VERSION_MAJOR  57
31
-#define LIBAVCODEC_VERSION_MINOR  41
32
-#define LIBAVCODEC_VERSION_MICRO 102
31
+#define LIBAVCODEC_VERSION_MINOR  42
32
+#define LIBAVCODEC_VERSION_MICRO 100
33 33
 
34 34
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
35 35
                                                LIBAVCODEC_VERSION_MINOR, \