From 38aea9b0416f574757a56591b8a6f305cbc659ad Mon Sep 17 00:00:00 2001 From: Ashish Singh Date: Sat, 29 Jul 2017 14:16:29 +0530 Subject: avfilter: add vif filter This is Visual Information Fidelity (VIF) filter and one of the component filters of VMAF. It outputs the average VIF score over all frames. Signed-off-by: Ashish Singh --- 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 f1131a923b..452c030706 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -448,6 +448,7 @@ extern AVFilter ff_vf_vfrdet; extern AVFilter ff_vf_vibrance; extern AVFilter ff_vf_vidstabdetect; extern AVFilter ff_vf_vidstabtransform; +extern AVFilter ff_vf_vif; extern AVFilter ff_vf_vignette; extern AVFilter ff_vf_vmafmotion; extern AVFilter ff_vf_vpp_qsv; -- cgit v1.2.3