aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
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/allfilters.c
parentd10cefbfe50e0cee80f96d6c1007b33f3292a698 (diff)
downloadffmpeg-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/allfilters.c')
-rw-r--r--libavfilter/allfilters.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index 68b2992027..bd55463bfc 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -94,10 +94,12 @@ extern AVFilter ff_af_haas;
extern AVFilter ff_af_hdcd;
extern AVFilter ff_af_headphone;
extern AVFilter ff_af_highpass;
+extern AVFilter ff_af_highshelf;
extern AVFilter ff_af_join;
extern AVFilter ff_af_ladspa;
extern AVFilter ff_af_loudnorm;
extern AVFilter ff_af_lowpass;
+extern AVFilter ff_af_lowshelf;
extern AVFilter ff_af_lv2;
extern AVFilter ff_af_mcompand;
extern AVFilter ff_af_pan;