diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-10-20 20:16:18 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-10-24 20:54:33 +0200 |
commit | f166951d6e32d2776373721bc262d338c44a5d81 (patch) | |
tree | 7f126c3e1dd361df1159d681baa2df505c51448f /libavfilter/version.h | |
parent | 262eef6b899ca39f80296e6eb701e895549d8a83 (diff) | |
download | ffmpeg-f166951d6e32d2776373721bc262d338c44a5d81.tar.gz |
avfilter: add maskedmin/maskedmax filters
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 869655f4bd..58d57ae95f 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 64 +#define LIBAVFILTER_VERSION_MINOR 65 #define LIBAVFILTER_VERSION_MICRO 100 |