summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
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/version.h
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/version.h')
-rw-r--r--libavfilter/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 9c8e224fc6..52154a32b1 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 7
-#define LIBAVFILTER_VERSION_MINOR 106
+#define LIBAVFILTER_VERSION_MINOR 107
#define LIBAVFILTER_VERSION_MICRO 100