diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-01-22 19:54:52 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-01-25 00:48:35 +0100 |
commit | b897b5261820ff767f614770648abaa8a2880ec0 (patch) | |
tree | daf9eb95323ae082d362898c22f0c6172a125404 /libavfilter/version.h | |
parent | 833338a02ce3aa657c87fae374167e2f1978fc86 (diff) | |
download | ffmpeg-b897b5261820ff767f614770648abaa8a2880ec0.tar.gz |
avfilter: add epx pixel art scaler
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 2136235e54..e949e9bfb8 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 96 +#define LIBAVFILTER_VERSION_MINOR 97 #define LIBAVFILTER_VERSION_MICRO 100 |