Browse code

avfilter: bump minor and add Changelog entry

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

Paul B Mahol authored on 2015/07/17 20:39:52
Showing 2 changed files
... ...
@@ -17,6 +17,7 @@ version <next>:
17 17
 - Intel QSV-accelerated MPEG-2 video and HEVC encoding
18 18
 - libkvazaar HEVC encoder
19 19
 - erosion, dilation, deflate and inflate video filters
20
+- Dynamic Audio Normalizer as dynaudnorm filter
20 21
 
21 22
 
22 23
 version 2.7:
... ...
@@ -30,8 +30,8 @@
30 30
 #include "libavutil/version.h"
31 31
 
32 32
 #define LIBAVFILTER_VERSION_MAJOR  5
33
-#define LIBAVFILTER_VERSION_MINOR  22
34
-#define LIBAVFILTER_VERSION_MICRO 101
33
+#define LIBAVFILTER_VERSION_MINOR  23
34
+#define LIBAVFILTER_VERSION_MICRO 100
35 35
 
36 36
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
37 37
                                                LIBAVFILTER_VERSION_MINOR, \