diff options
author | Yogender Gupta <ygupta@nvidia.com> | 2016-09-17 15:28:27 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2016-09-19 10:02:43 +0200 |
commit | de64dd13cbd47fd54334b6aa2a2cd3c7c36daae2 (patch) | |
tree | d7d57bdf34d626e5b22f6b7b8c2781a2451f8b25 /libavcodec/version.h | |
parent | 136f55207521f0b03194ef5b55ba70f1635d6aee (diff) | |
download | ffmpeg-de64dd13cbd47fd54334b6aa2a2cd3c7c36daae2.tar.gz |
avcodec: Add the extended pixel format profile for HEVC
It is supported by the NVIDIA video SDK 7.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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 b132bf7071..20edb611d8 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 26 +#define LIBAVCODEC_VERSION_MINOR 27 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |