diff options
author | Shannon Chen <shann@fb.com> | 2017-07-28 13:19:09 -0700 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-01-28 12:00:27 +0100 |
commit | ed519a36908e2009389c7321ed73da36c586930e (patch) | |
tree | 01a829867861fb624352d4b823860ec1b04cfba8 /libavfilter/version.h | |
parent | ac37b2c2b12bd256c29f92a2feebfa20b08f5f5c (diff) | |
download | ffmpeg-ed519a36908e2009389c7321ed73da36c586930e.tar.gz |
lavfi: Add vf_ssim360 filter
Customized SSIM for various projections (and stereo formats) of 360 images and videos.
Further contributions by:
Ashok Mathew Kuruvilla
Matthieu Patou
Yu-Hui Wu
Anton Khirnov
Suggested-By: ffmpeg@fb.com
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 a56ba3bb6d..09b9954597 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #include "version_major.h" -#define LIBAVFILTER_VERSION_MINOR 54 +#define LIBAVFILTER_VERSION_MINOR 55 #define LIBAVFILTER_VERSION_MICRO 100 |