diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-09-28 09:25:43 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-10-29 23:18:27 +0200 |
commit | 8164fe113910f83e0989d5d151c744895a710710 (patch) | |
tree | 4e7f0190aefbdb270dcece4f1e9915c27f0b4415 /libavfilter/allfilters.c | |
parent | dbfafe11ae7239e242f9f328fd1e6bdc620e1dba (diff) | |
download | ffmpeg-8164fe113910f83e0989d5d151c744895a710710.tar.gz |
avfilter: add huesaturation filter
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r-- | libavfilter/allfilters.c | 1 |
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; |