summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-02-11 15:13:12 +0000
committerMark Thompson <sw@jkqxz.net>2017-03-22 19:07:32 +0000
commit81b7deab8296f8446a64e20b9fcaf8eba88b9e29 (patch)
treed78c1f3f930fe64814d92be65dcf9def1907f8ba /libavcodec/version.h
parent6ff3da4f6a8e460d77bb65fed4267bf48f513fcf (diff)
downloadffmpeg-81b7deab8296f8446a64e20b9fcaf8eba88b9e29.tar.gz
vaapi: Implement device-only setup
In this case, the user only supplies a device and the frame context is allocated internally by lavc. (cherry picked from commit 5dd9a4b88b287bf8c93520afda7becb1ad0d1894)
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 ec8651f086..8d9dda7675 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 57
#define LIBAVCODEC_VERSION_MINOR 83
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MICRO 102
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \