summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorTimo Rothenpieler <timo@rothenpieler.org>2016-09-29 19:40:42 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2016-09-29 22:58:34 +0200
commitba0e5165331d20fb5c37464460f20b7cc1571591 (patch)
tree42b267a4e8284f71c7121d4cdccc753573822cbf /libavcodec/version.h
parent49511501aa06ac98e41f0aa30c75ec2868a7dbd2 (diff)
avcodec/cuvid: make use of new av_hwdevice_ctx_create api
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
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, \