summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-08-18 13:49:47 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-08-19 11:37:05 +0200
commit5980e57cf9a08ca284bc1b5ffba2363f9eff8ca8 (patch)
treecea3e69adbf22603e660a5bb96dd6136fe2864e1 /libavfilter/allfilters.c
parent13b965ead48e7c82ac2cda08513a3be7fc97f33d (diff)
lavfi: add volumedetect filter.
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index a9344c2137..6defed4cf6 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -57,6 +57,7 @@ void avfilter_register_all(void)
REGISTER_FILTER (PAN, pan, af);
REGISTER_FILTER (SILENCEDETECT, silencedetect, af);
REGISTER_FILTER (VOLUME, volume, af);
+ REGISTER_FILTER (VOLUMEDETECT,volumedetect,af);
REGISTER_FILTER (RESAMPLE, resample, af);
REGISTER_FILTER (AEVALSRC, aevalsrc, asrc);