diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2015-11-03 09:57:17 -0800 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-11-09 08:09:34 +0100 |
commit | 48ff6683ba5d40b629428673b1028e8ec542a9fa (patch) | |
tree | bf3938f99ca50068b45a161ca1f3a0ba8d23578d /libavfilter/version.h | |
parent | 79f5347a983342e2711ca8ba19ec3d8d151183f0 (diff) | |
download | ffmpeg-48ff6683ba5d40b629428673b1028e8ec542a9fa.tar.gz |
lavfi: add a frame_rate field to AVFilterLink.
(cherry picked from ffmpeg commit 7b42036b3b23c85f473bf9369e37fa8da22eaf93)
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 3cbd8f85b4..884cfa0c9c 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 0 +#define LIBAVFILTER_VERSION_MINOR 1 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |