diff options
author | ManojGuptaBonda <mbonda@nvidia.com> | 2020-10-08 11:48:51 +0530 |
---|---|---|
committer | Philip Langdale <philipl@overt.org> | 2020-10-08 11:18:14 -0700 |
commit | ccca62ef991f0a47dfa30c3e822d91294b8afe4c (patch) | |
tree | 11cc73e4731414e582af3d35b9912eb35ccabbf3 /libavcodec/version.h | |
parent | 616eb93a404c088635be74498ddb04072dfe1b90 (diff) | |
download | ffmpeg-ccca62ef991f0a47dfa30c3e822d91294b8afe4c.tar.gz |
VP9 Profile 2 VDPAU support
Added VDPAU to list of supported formats for VP9 420 10 and 12 bit
formats. Add VP9 10/12 Bit support for VDPAU
Signed-off-by: Philip Langdale <philipl@overt.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 935a46940d..c80fc4df86 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 110 +#define LIBAVCODEC_VERSION_MINOR 111 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |