summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-11-16 10:13:41 +0100
committerPaul B Mahol <onemda@gmail.com>2020-07-08 15:23:43 +0200
commit6cdddb773fec5497b33eaabfde74fa6f90a5068e (patch)
treeae49f7844017535b72b0d24802959ce550a67804 /libavfilter/allfilters.c
parent806a4d5187aeb82b97898683242886ed1e84f894 (diff)
avfilter: add chromanr 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 1183e40267..3f70153986 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -172,6 +172,7 @@ extern AVFilter ff_vf_bwdif;
extern AVFilter ff_vf_cas;
extern AVFilter ff_vf_chromahold;
extern AVFilter ff_vf_chromakey;
+extern AVFilter ff_vf_chromanr;
extern AVFilter ff_vf_chromashift;
extern AVFilter ff_vf_ciescope;
extern AVFilter ff_vf_codecview;