summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2022-04-09 06:31:14 +0200
committerPaul B Mahol <onemda@gmail.com>2022-04-23 10:59:34 +0200
commit43ea19fef4ce233510df99f68f85548e834a1995 (patch)
treef812d321738fca511a86694c1c29d35a7a236f9f /libavfilter/allfilters.c
parentb1b7249606c3e29c2310e0665fd6985011e19772 (diff)
avfilter: add colormap video 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 366c5f4e7f..8c7ae17391 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -204,6 +204,7 @@ extern const AVFilter ff_vf_colorkey;
extern const AVFilter ff_vf_colorkey_opencl;
extern const AVFilter ff_vf_colorhold;
extern const AVFilter ff_vf_colorlevels;
+extern const AVFilter ff_vf_colormap;
extern const AVFilter ff_vf_colormatrix;
extern const AVFilter ff_vf_colorspace;
extern const AVFilter ff_vf_colortemperature;