summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2022-04-09 20:02:56 +0200
committerNiklas Haas <git@haasn.dev>2022-04-23 21:51:55 +0200
commit5cfeaeef0c2e0970f64d3188375a525c17f4621b (patch)
tree3f0d845c21f2bd63ac71ba7efda6a41bffc70cb3 /libavfilter/allfilters.c
parentb9a25963f7232433c9370ac369fb668ac0d5cb53 (diff)
downloadffmpeg-5cfeaeef0c2e0970f64d3188375a525c17f4621b.tar.gz
lavfi: add vf_iccgen for generating ICC profiles
This filter is designed to specifically cover the task of generating ICC profiles (and attaching them to output frames) on demand. Other tasks, such as ICC profile loading/stripping, or ICC profile application, are better left to separate filters (or included into e.g. vf_setparams). Signed-off-by: Niklas Haas <git@haasn.dev>
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 7b71918ed6..ff491ef8e1 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -305,6 +305,7 @@ extern const AVFilter ff_vf_hwmap;
extern const AVFilter ff_vf_hwupload;
extern const AVFilter ff_vf_hwupload_cuda;
extern const AVFilter ff_vf_hysteresis;
+extern const AVFilter ff_vf_iccgen;
extern const AVFilter ff_vf_identity;
extern const AVFilter ff_vf_idet;
extern const AVFilter ff_vf_il;