diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-03-03 19:31:38 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-03-06 12:42:16 +0100 |
commit | 17127f81c5b9962293af01b73a6b0c27fffb080f (patch) | |
tree | 0c4c378e3acb1680304d9e3c1d56c633333cafc8 /libavfilter/version.h | |
parent | 4a69cd4e4eba490b7e1ce33b45662e26d87a6a18 (diff) | |
download | ffmpeg-17127f81c5b9962293af01b73a6b0c27fffb080f.tar.gz |
avfilter: add msad video filter
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 241a53ea4f..ce37b8c60e 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 108 +#define LIBAVFILTER_VERSION_MINOR 109 #define LIBAVFILTER_VERSION_MICRO 100 |