diff options
author | Mark Thompson <sw@jkqxz.net> | 2018-02-12 22:19:38 +0000 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2018-02-12 22:19:38 +0000 |
commit | d23fff0d8a0e7df170c67a9dd5c1f7c1fc0da489 (patch) | |
tree | 3b51fe6fabeae2eea7cd5027f58c01d965bb5d45 /libavcodec/version.h | |
parent | d401ba6b3d86091dff2fae326c610f0120ee8853 (diff) | |
parent | 5b145290df2998a9836a93eb925289c6c8b63af0 (diff) | |
download | ffmpeg-d23fff0d8a0e7df170c67a9dd5c1f7c1fc0da489.tar.gz |
Merge commit '5b145290df2998a9836a93eb925289c6c8b63af0'
* commit '5b145290df2998a9836a93eb925289c6c8b63af0':
lavc: Add support for increasing hardware frame pool sizes
Merged-by: Mark Thompson <sw@jkqxz.net>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index e36cea30b5..3597a1a380 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 58 -#define LIBAVCODEC_VERSION_MINOR 10 +#define LIBAVCODEC_VERSION_MINOR 11 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |