summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorAshish Singh <ashk43712@gmail.com>2017-07-29 14:16:29 +0530
committerPaul B Mahol <onemda@gmail.com>2021-02-16 15:00:50 +0100
commit38aea9b0416f574757a56591b8a6f305cbc659ad (patch)
tree6c9d62ddeb3ce47d6ae05088d4e6e333b1eaeb7b /libavfilter/allfilters.c
parent8d209eb33c3ae900e913c6645603dfde435c59c1 (diff)
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 <ashk43712@gmail.com>
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 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;