diff options
author | Mark Thompson <sw@jkqxz.net> | 2016-11-29 20:38:29 +0000 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-02-08 19:14:05 +0000 |
commit | d1acab8293054151157910eb081d5edcc7496e13 (patch) | |
tree | 0bb0705f85ddb335d639b01835af00ef571bd77b /libavcodec/version.h | |
parent | be6546a4ff592785d039df6cbdd7659781d30b2c (diff) | |
download | ffmpeg-d1acab8293054151157910eb081d5edcc7496e13.tar.gz |
vaapi_encode: Add VP8 support
Fixes ticket #6116.
(cherry picked from commit ca62236a89f47bd871eaf69d8d9e837c93c55a6c)
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 82a89f9c42..a48cd5bc9e 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 76 +#define LIBAVCODEC_VERSION_MINOR 77 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |