From e07ada3dac9c2e37c425741ee512676625d677ba Mon Sep 17 00:00:00 2001 From: Paul Buxton Date: Sat, 28 Aug 2021 16:17:27 +0100 Subject: avfilter: add grayworld video filter Implements a gray world color correction algorithm using a log scale LAB colorspace. Signed-off-by: Paul Buxton Signed-off-by: Paul B Mahol --- libavfilter/allfilters.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/allfilters.c') diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index 6f6677546d..0c6b2347c8 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -274,6 +274,7 @@ extern const AVFilter ff_vf_gblur; extern const AVFilter ff_vf_geq; extern const AVFilter ff_vf_gradfun; extern const AVFilter ff_vf_graphmonitor; +extern const AVFilter ff_vf_grayworld; extern const AVFilter ff_vf_greyedge; extern const AVFilter ff_vf_guided; extern const AVFilter ff_vf_haldclut; -- cgit v1.2.3