diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-11-18 18:18:39 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-12-01 18:57:24 +0100 |
commit | e1dd97bd4c03d658f9b18a0d6269f1bc06f796c9 (patch) | |
tree | d36096199b4fff822390b86cb0b963cf383964a0 /libavfilter/version.h | |
parent | 95bacb521af8cd28f146f045437c9f75717a493a (diff) | |
download | ffmpeg-e1dd97bd4c03d658f9b18a0d6269f1bc06f796c9.tar.gz |
avfilter: add fillborders filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 1d356a9a5a..6b8110c9de 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 5 +#define LIBAVFILTER_VERSION_MINOR 6 #define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |