From 1ea5529dd260d171e8a5f88e9d09cc5a503da930 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 19 Nov 2018 13:11:24 +0100 Subject: avfilter: add maskfun 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 c8cff6e..b91cff2 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -266,6 +266,7 @@ extern AVFilter ff_vf_lutrgb; extern AVFilter ff_vf_lutyuv; extern AVFilter ff_vf_maskedclamp; extern AVFilter ff_vf_maskedmerge; +extern AVFilter ff_vf_maskfun; extern AVFilter ff_vf_mcdeint; extern AVFilter ff_vf_mergeplanes; extern AVFilter ff_vf_mestimate; -- cgit v1.1