diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2016-09-29 19:40:42 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2016-09-29 22:58:34 +0200 |
commit | ba0e5165331d20fb5c37464460f20b7cc1571591 (patch) | |
tree | 42b267a4e8284f71c7121d4cdccc753573822cbf /libavcodec/version.h | |
parent | 49511501aa06ac98e41f0aa30c75ec2868a7dbd2 (diff) | |
download | ffmpeg-ba0e5165331d20fb5c37464460f20b7cc1571591.tar.gz |
avcodec/cuvid: make use of new av_hwdevice_ctx_create api
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 91abd318c6..de7280f132 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 57 #define LIBAVCODEC_VERSION_MINOR 60 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |