diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2015-12-19 20:31:00 +0100 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2015-12-22 12:54:23 +0100 |
commit | d7c2b75681e5d8942af6b0c30abf6e79b474d819 (patch) | |
tree | 9c91a9e6d7e3aabc395e35f1951e732d085a7a6f /libavcodec/version.h | |
parent | b18230ee8c166eddcef8592c3217b4f1c3fc33c9 (diff) | |
download | ffmpeg-d7c2b75681e5d8942af6b0c30abf6e79b474d819.tar.gz |
vaapi: Add VP9 hwaccell support
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.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 b875c5954d..b17b79468f 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 19 +#define LIBAVCODEC_VERSION_MINOR 20 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |