diff options
author | Ashish Singh <ashk43712@gmail.com> | 2017-07-29 14:16:29 +0530 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-02-16 15:00:50 +0100 |
commit | 38aea9b0416f574757a56591b8a6f305cbc659ad (patch) | |
tree | 6c9d62ddeb3ce47d6ae05088d4e6e333b1eaeb7b /libavfilter/version.h | |
parent | 8d209eb33c3ae900e913c6645603dfde435c59c1 (diff) | |
download | ffmpeg-38aea9b0416f574757a56591b8a6f305cbc659ad.tar.gz |
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.h | 2 |
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 |