summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-08-20 08:06:38 +0200
committerPaul B Mahol <onemda@gmail.com>2021-08-25 20:43:18 +0200
commit02aa7dc423f477b4aea5d087a9d4951d8aec5e85 (patch)
tree2e70511257b721267fdb1e5f3bd062dc29b883ef /libavfilter/allfilters.c
parent16102cada5a7c6e0a2aa07b1d2ac24dabc2095d9 (diff)
avfilter: add hsvkey and hsvhold video filters
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index 73040d2824..c49c831203 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -281,6 +281,8 @@ extern const AVFilter ff_vf_histogram;
extern const AVFilter ff_vf_hqdn3d;
extern const AVFilter ff_vf_hqx;
extern const AVFilter ff_vf_hstack;
+extern const AVFilter ff_vf_hsvhold;
+extern const AVFilter ff_vf_hsvkey;
extern const AVFilter ff_vf_hue;
extern const AVFilter ff_vf_hwdownload;
extern const AVFilter ff_vf_hwmap;