summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-09-28 09:25:43 +0200
committerPaul B Mahol <onemda@gmail.com>2021-10-29 23:18:27 +0200
commit8164fe113910f83e0989d5d151c744895a710710 (patch)
tree4e7f0190aefbdb270dcece4f1e9915c27f0b4415 /libavfilter/allfilters.c
parentdbfafe11ae7239e242f9f328fd1e6bdc620e1dba (diff)
avfilter: add huesaturation filter
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 9c99f816d3..409ab5d3c4 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -290,6 +290,7 @@ 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_huesaturation;
extern const AVFilter ff_vf_hwdownload;
extern const AVFilter ff_vf_hwmap;
extern const AVFilter ff_vf_hwupload;