diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-12-03 11:09:51 +0100 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-12-07 09:38:59 +0100 |
commit | 1e6cf7272fa8910fa44f1cf9e8b643326c2cf407 (patch) | |
tree | 8536f24a8ccb5a9c9213a50aa0f25f9c81991ede /libavcodec/version.h | |
parent | 585083dd1fc33b42ecd3f8095d49608c7c3dfe0d (diff) | |
download | ffmpeg-1e6cf7272fa8910fa44f1cf9e8b643326c2cf407.tar.gz |
avcodec: implement vp9 dxva2 hwaccel
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index d1d89a1107..3027853263 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,8 +29,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 16 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MINOR 17 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |