diff options
author | Anton Khirnov <anton@khirnov.net> | 2015-06-16 18:22:11 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-07-08 23:40:11 +0200 |
commit | 66acb76bb0492b263215ca9b4d927a7be39ace02 (patch) | |
tree | bee4bb5e7b471bd267857a29d9e4af3e65132707 /libavcodec/version.h | |
parent | 3a85397e8bb477eb34678d9edc52893f57003226 (diff) | |
download | ffmpeg-66acb76bb0492b263215ca9b4d927a7be39ace02.tar.gz |
lavc: add Intel libmfx-based HEVC encoder
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 0ea5adaf71..ca928e8385 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,8 +29,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 56 -#define LIBAVCODEC_VERSION_MINOR 31 -#define LIBAVCODEC_VERSION_MICRO 2 +#define LIBAVCODEC_VERSION_MINOR 32 +#define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |