diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-02-06 17:41:08 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-02-14 09:59:27 +0100 |
commit | 1c6a91990d2451ac52bc8e11408d5e12745ed182 (patch) | |
tree | bacc797cd08466001591744f8636015349802c60 /libavfilter/version.h | |
parent | 6d37ca8a4e8a527cbeff2a011862b3042a8d3e34 (diff) | |
download | ffmpeg-1c6a91990d2451ac52bc8e11408d5e12745ed182.tar.gz |
avfilter: add pad opencl 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 9e8c82cbd3..8916fb34f0 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 75 +#define LIBAVFILTER_VERSION_MINOR 76 #define LIBAVFILTER_VERSION_MICRO 100 |