diff options
author | Anton Khirnov <anton@khirnov.net> | 2015-02-10 10:40:59 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-02-19 15:08:49 +0100 |
commit | 4e08c821106fc1d6d358864abf0d8488b12f38c6 (patch) | |
tree | 2198ad72d3ff3fa4db3319ff33d9aa60a12cbe21 /libavcodec/version.h | |
parent | 31d2039cb42668ebcf08248bc48bbad44aa05f49 (diff) | |
download | ffmpeg-4e08c821106fc1d6d358864abf0d8488b12f38c6.tar.gz |
lavc: add an Intel libmfx-based H.264 decoder
Based on the code by Luca Barbato <lu_zero@gentoo.org> and Yukinori
Yamazoe <drocon11@gmail.com>.
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 d58e3298c6..6672986ca2 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 56 -#define LIBAVCODEC_VERSION_MINOR 13 +#define LIBAVCODEC_VERSION_MINOR 14 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |