summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-10-18 12:08:47 +0200
committerPaul B Mahol <onemda@gmail.com>2018-10-21 12:57:58 +0200
commit18d391cffee3ee333735357e262605d58a1be34f (patch)
treeba53c00da0b8fb64849009055486de5abcc98921 /libavfilter/allfilters.c
parente715b8e10d0d9a63d337f75e2338843d92f5f475 (diff)
avfilter: add chromahold 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 725bac94a0..536765581b 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -156,6 +156,7 @@ extern AVFilter ff_vf_bm3d;
extern AVFilter ff_vf_boxblur;
extern AVFilter ff_vf_boxblur_opencl;
extern AVFilter ff_vf_bwdif;
+extern AVFilter ff_vf_chromahold;
extern AVFilter ff_vf_chromakey;
extern AVFilter ff_vf_ciescope;
extern AVFilter ff_vf_codecview;