diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-01-08 13:53:39 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-01-16 09:59:31 +0100 |
commit | ac7d21284bd3c2b7f7c6d15db450e4c58e93fef8 (patch) | |
tree | a1e448e970921b329db9124ee56021db0db5bb66 /libavfilter/allfilters.c | |
parent | 1ab0f83b0a243c635d77f8b116646bb7594988d4 (diff) | |
download | ffmpeg-ac7d21284bd3c2b7f7c6d15db450e4c58e93fef8.tar.gz |
avfilter: add fractional delay IR source 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 52741b60e4..1ab3c8319a 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -159,6 +159,7 @@ extern const AVFilter ff_af_volume; extern const AVFilter ff_af_volumedetect; extern const AVFilter ff_asrc_aevalsrc; +extern const AVFilter ff_asrc_afdelaysrc; extern const AVFilter ff_asrc_afirsrc; extern const AVFilter ff_asrc_anoisesrc; extern const AVFilter ff_asrc_anullsrc; |