aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-02-04 14:26:30 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-02-08 14:02:55 +0100
commitf6ec01147f7fdb429495b7bd7f25c208208f39a3 (patch)
tree5184ee08453a1ca4c87474fb3f0da2c32d79e306 /libavfilter/allfilters.c
parent9ae40f282d5e68025be553c60cb91d4672ebe5bb (diff)
downloadffmpeg-f6ec01147f7fdb429495b7bd7f25c208208f39a3.tar.gz
avfilter/fifo: Remove (a)fifo filters
Obsolete since 4ca1fb9d2a91757c8c4c34dd456abf340e3f765f. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index af84aa3d97..149bf50997 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -611,8 +611,6 @@ extern const AVFilter ff_asrc_abuffer;
extern const AVFilter ff_vsrc_buffer;
extern const AVFilter ff_asink_abuffer;
extern const AVFilter ff_vsink_buffer;
-extern const AVFilter ff_af_afifo;
-extern const AVFilter ff_vf_fifo;
#include "libavfilter/filter_list.c"