diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-04-17 11:31:34 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-04-17 12:40:27 +0200 |
commit | 2fc12f4971a788acbd42861af90858cc0981417a (patch) | |
tree | 6ac36ba5612b7d08be8694ade02538c37ccd3f96 /libavfilter/version.h | |
parent | d10cefbfe50e0cee80f96d6c1007b33f3292a698 (diff) | |
download | ffmpeg-2fc12f4971a788acbd42861af90858cc0981417a.tar.gz |
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.h | 2 |
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, \ |