summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-02-01 14:02:06 +0100
committerPaul B Mahol <onemda@gmail.com>2021-02-03 15:49:13 +0100
commitf6621a8e72c010faa77e8d0239fd45a4d71cfbf8 (patch)
tree2245d3f001da7cd19fcb1257f02a456f93b39300 /libavfilter/allfilters.c
parentb7251aed46f5ac96fe65c1c68ddac44b07429467 (diff)
avfilter: add colorcorrect 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 c40ad1d60a..a60b1b5a3d 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -187,6 +187,7 @@ extern AVFilter ff_vf_codecview;
extern AVFilter ff_vf_colorbalance;
extern AVFilter ff_vf_colorchannelmixer;
extern AVFilter ff_vf_colorcontrast;
+extern AVFilter ff_vf_colorcorrect;
extern AVFilter ff_vf_colorkey;
extern AVFilter ff_vf_colorkey_opencl;
extern AVFilter ff_vf_colorhold;