From 17127f81c5b9962293af01b73a6b0c27fffb080f Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 3 Mar 2021 19:31:38 +0100 Subject: avfilter: add msad video filter --- libavfilter/allfilters.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/allfilters.c') 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; -- cgit v1.2.3