summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-01-31 14:32:20 +0100
committerPaul B Mahol <onemda@gmail.com>2021-02-02 14:27:06 +0100
commit090f31f8130e8c91215827f9095f68a143f070fc (patch)
tree996a662022e87ff335ff6d9a6b6ad1d3e704cea8 /libavfilter/allfilters.c
parent38caef3876bb968cf85f44b20f6efb94fcb4b3ef (diff)
avfilter: add colorcontrast 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 1c1cc5b276..c40ad1d60a 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -186,6 +186,7 @@ extern AVFilter ff_vf_ciescope;
extern AVFilter ff_vf_codecview;
extern AVFilter ff_vf_colorbalance;
extern AVFilter ff_vf_colorchannelmixer;
+extern AVFilter ff_vf_colorcontrast;
extern AVFilter ff_vf_colorkey;
extern AVFilter ff_vf_colorkey_opencl;
extern AVFilter ff_vf_colorhold;