summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul Buxton <paulbuxton.mail@googlemail.com>2021-08-28 16:17:27 +0100
committerPaul B Mahol <onemda@gmail.com>2021-08-29 13:31:37 +0200
commite07ada3dac9c2e37c425741ee512676625d677ba (patch)
tree05a54628706bc15b252d745ccf7c72203b8e2f23 /libavfilter/allfilters.c
parent02fcd485f91e468638198ba05847af514ae58df9 (diff)
avfilter: add grayworld video filter
Implements a gray world color correction algorithm using a log scale LAB colorspace. Signed-off-by: Paul Buxton <paulbuxton.mail@googlemail.com> Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 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;