diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-11-30 09:49:03 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-12-05 12:02:59 +0100 |
commit | 34773ee69fde4d2fe5dde653ad0aad4c0690a407 (patch) | |
tree | 8a42cef1b9760762603edce237a8bbcfa4bfefde /libavfilter/allfilters.c | |
parent | 4d97acfe3349995689f995d14b321a3354aa90ed (diff) | |
download | ffmpeg-34773ee69fde4d2fe5dde653ad0aad4c0690a407.tar.gz |
avfilter: add asubcut filter
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 83f434bc27..d0fb7bfe9d 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -83,6 +83,7 @@ extern AVFilter ff_af_asr; extern AVFilter ff_af_astats; extern AVFilter ff_af_astreamselect; extern AVFilter ff_af_asubboost; +extern AVFilter ff_af_asubcut; extern AVFilter ff_af_asupercut; extern AVFilter ff_af_atempo; extern AVFilter ff_af_atrim; |