diff options
author | Mark Thompson <mrt@jkqxz.net> | 2016-02-25 00:21:40 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-03-19 15:41:04 +0100 |
commit | 07a844f32ebb78503981df017fa3ebfedb75fe1c (patch) | |
tree | e1d7563f0711cff1109b50820ee298eba5f381d5 /libavfilter/version.h | |
parent | 551c6775abb5e0ad34c26d7e23bc6fbbe8ccc9d4 (diff) | |
download | ffmpeg-07a844f32ebb78503981df017fa3ebfedb75fe1c.tar.gz |
lavfi: generic hardware surface upload and download filters
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 0f3a5226f8..1ca0f37a6a 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 6 -#define LIBAVFILTER_VERSION_MINOR 2 +#define LIBAVFILTER_VERSION_MINOR 3 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |