diff options
author | Mark Thompson <sw@jkqxz.net> | 2016-11-28 23:54:57 +0000 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-04-02 19:06:33 +0100 |
commit | 0fd91e4bfc00a6609b59d1ce3a9f152184e62601 (patch) | |
tree | cb61fd33f835930e7bab7c6e6cdcc2b337f05079 /libavcodec/version.h | |
parent | 34e051d16850701694410a0e72e0e4ff3a5ec293 (diff) | |
download | ffmpeg-0fd91e4bfc00a6609b59d1ce3a9f152184e62601.tar.gz |
vaapi_encode: Add VP9 support
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 4fb0a97a27..8943ef3d0f 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 0 +#define LIBAVCODEC_VERSION_MINOR 1 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |