diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2017-11-11 21:19:07 +0100 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2017-11-13 20:33:10 +0100 |
commit | f3f73f0893e2bddd80897148d21cdf3e8e4d8492 (patch) | |
tree | b6f082abccff0f63dccc0cb61675017a188156ac /libavcodec/version.h | |
parent | 52bf0febb3a8a47b16ac6c3bfd707c347299f174 (diff) | |
download | ffmpeg-f3f73f0893e2bddd80897148d21cdf3e8e4d8492.tar.gz |
avcodec: implement vp9 nvdec hwaccel
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 9c17e5716d..9d1b0ee4c8 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 3 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |