summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-08-12 09:20:08 +0200
committerPaul B Mahol <onemda@gmail.com>2019-09-25 14:06:26 +0200
commit9c3e1c19376e76c61652775b0385c9d119df59a6 (patch)
tree1c457b37c17d1ffe6728cf7f9666d9aba1e5cfcb /libavfilter/allfilters.c
parent55b32584b80e197f049f02d761e7914f5d61c89d (diff)
avfilter: add sierpinski video 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 b675c688ee..788652ab1e 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -430,6 +430,7 @@ extern AVFilter ff_vsrc_openclsrc;
extern AVFilter ff_vsrc_pal75bars;
extern AVFilter ff_vsrc_pal100bars;
extern AVFilter ff_vsrc_rgbtestsrc;
+extern AVFilter ff_vsrc_sierpinski;
extern AVFilter ff_vsrc_smptebars;
extern AVFilter ff_vsrc_smptehdbars;
extern AVFilter ff_vsrc_testsrc;