diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-11-25 11:36:45 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-11-28 17:56:40 +0100 |
commit | 1685a781cd50dbc1c9fd3107ba57981ba452b127 (patch) | |
tree | 2867cf79677bad6f1ca3dfac9928493bc57ef6d6 /libavfilter/allfilters.c | |
parent | 3f895dcb0dcbcbf10a621bf4bfae6d8879899015 (diff) | |
download | ffmpeg-1685a781cd50dbc1c9fd3107ba57981ba452b127.tar.gz |
avfilter: add audio compressor filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r-- | libavfilter/allfilters.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index a3f6e6228a..ccd3f35284 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -45,6 +45,7 @@ void avfilter_register_all(void) return; initialized = 1; + REGISTER_FILTER(ACOMPRESSOR, acompressor, af); REGISTER_FILTER(ACROSSFADE, acrossfade, af); REGISTER_FILTER(ADELAY, adelay, af); REGISTER_FILTER(AECHO, aecho, af); |