aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-05-06 22:52:47 +0200
committerPaul B Mahol <onemda@gmail.com>2023-05-09 08:48:44 +0200
commit3475c8342c850bddff7c5bd43f608b87f7a4ded9 (patch)
treeeee2bef284ad21f7bd79651fef5f03038bbb021c /libavfilter/allfilters.c
parent086a0f3e5edee4d5f97c5759fbf5c893f58fb6e5 (diff)
downloadffmpeg-3475c8342c850bddff7c5bd43f608b87f7a4ded9.tar.gz
avfilter: add zoneplate video test source
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 6994124ce8..4083296bb2 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -557,6 +557,7 @@ extern const AVFilter ff_vsrc_smptehdbars;
extern const AVFilter ff_vsrc_testsrc;
extern const AVFilter ff_vsrc_testsrc2;
extern const AVFilter ff_vsrc_yuvtestsrc;
+extern const AVFilter ff_vsrc_zoneplate;
extern const AVFilter ff_vsink_nullsink;