summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-07-17 11:39:52 +0000
committerPaul B Mahol <onemda@gmail.com>2015-07-17 11:39:52 +0000
commitec6bef68f14f08e1295ea9c65fcb8b3f2e53193e (patch)
treef8f180818e08dbc146dbe322ea935bc7b7a5bb3c
parent297df52f303529fd3c326bc8f398a5b3cbf71c0b (diff)
avfilter: bump minor and add Changelog entry
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r--Changelog1
-rw-r--r--libavfilter/version.h4
2 files changed, 3 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index b3a3e1171c..5bf8c8a5ed 100644
--- a/Changelog
+++ b/Changelog
@@ -17,6 +17,7 @@ version <next>:
- Intel QSV-accelerated MPEG-2 video and HEVC encoding
- libkvazaar HEVC encoder
- erosion, dilation, deflate and inflate video filters
+- Dynamic Audio Normalizer as dynaudnorm filter
version 2.7:
diff --git a/libavfilter/version.h b/libavfilter/version.h
index dead46e943..d22b2c5eb0 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,8 +30,8 @@
#include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 5
-#define LIBAVFILTER_VERSION_MINOR 22
-#define LIBAVFILTER_VERSION_MICRO 101
+#define LIBAVFILTER_VERSION_MINOR 23
+#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \