summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-03-03 19:31:38 +0100
committerPaul B Mahol <onemda@gmail.com>2021-03-06 12:42:16 +0100
commit17127f81c5b9962293af01b73a6b0c27fffb080f (patch)
tree0c4c378e3acb1680304d9e3c1d56c633333cafc8 /libavfilter/allfilters.c
parent4a69cd4e4eba490b7e1ce33b45662e26d87a6a18 (diff)
avfilter: add msad 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 d5b4ef88a7..0872c6e0f2 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -320,6 +320,7 @@ extern AVFilter ff_vf_minterpolate;
extern AVFilter ff_vf_mix;
extern AVFilter ff_vf_monochrome;
extern AVFilter ff_vf_mpdecimate;
+extern AVFilter ff_vf_msad;
extern AVFilter ff_vf_negate;
extern AVFilter ff_vf_nlmeans;
extern AVFilter ff_vf_nlmeans_opencl;