summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-01-13 19:02:52 +0100
committerPaul B Mahol <onemda@gmail.com>2019-05-11 20:16:45 +0200
commit59fb8cae5eec6f1d1530a8747eb2baff4e4a3000 (patch)
treeeb9383591ff52f9a0e210d2f501026d5aad2d279 /libavfilter/allfilters.c
parentc81ec19817efa4bfedbcab058fa4422f6a92cfa2 (diff)
avfilter: add colorhold filter
Fixes #7671.
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 ae725cb0e0..9bdfa7d1bc 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -167,6 +167,7 @@ extern AVFilter ff_vf_colorbalance;
extern AVFilter ff_vf_colorchannelmixer;
extern AVFilter ff_vf_colorkey;
extern AVFilter ff_vf_colorkey_opencl;
+extern AVFilter ff_vf_colorhold;
extern AVFilter ff_vf_colorlevels;
extern AVFilter ff_vf_colormatrix;
extern AVFilter ff_vf_colorspace;