summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-04-17 11:31:34 +0200
committerPaul B Mahol <onemda@gmail.com>2018-04-17 12:40:27 +0200
commit2fc12f4971a788acbd42861af90858cc0981417a (patch)
tree6ac36ba5612b7d08be8694ade02538c37ccd3f96 /libavfilter/version.h
parentd10cefbfe50e0cee80f96d6c1007b33f3292a698 (diff)
avfilter: add lowshelf and highshelf filters
These are old bass and treble filters. Make bass and treble filters better at boosting. Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 8ea68ea7de..1b37eb6535 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 7
-#define LIBAVFILTER_VERSION_MINOR 17
+#define LIBAVFILTER_VERSION_MINOR 18
#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \