diff options
author | Anton Khirnov <anton@khirnov.net> | 2015-03-13 10:20:31 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-03-27 22:02:10 +0100 |
commit | 72b7441a10f578a1d0be7083d8f5adf6a01921c2 (patch) | |
tree | 33e50c8446453b53b922523f7e2b613831a60f35 /libavcodec/version.h | |
parent | 9ba27c2348d26000257e891e40a72facb0d916be (diff) | |
download | ffmpeg-72b7441a10f578a1d0be7083d8f5adf6a01921c2.tar.gz |
lavc: add Intel libmfx-based H.264 encoder
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 0d5408b225..ecfd6d8a7f 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 19 +#define LIBAVCODEC_VERSION_MINOR 20 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |