summaryrefslogtreecommitdiff
path: root/libavutil/version.h
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2016-11-22 08:18:31 -0800
committerPhilip Langdale <philipl@overt.org>2016-11-22 10:09:14 -0800
commit8d6c358ea8ece33551c5c3d489a5dce7992f4137 (patch)
treeb9634ec18804602797066bf02143145b70f8f49f /libavutil/version.h
parent237421f14973a81fe342f7500db176e1c09c58f6 (diff)
libavutil/hwcontext_cuda: Support P010 and P016 formats
CUVID is now capable of returning 10bit and 12bit decoded content in P010/P016. Let's support transfering those formats.
Diffstat (limited to 'libavutil/version.h')
-rw-r--r--libavutil/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h
index 57f221c0bd..bd8342c24b 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -80,7 +80,7 @@
#define LIBAVUTIL_VERSION_MAJOR 55
#define LIBAVUTIL_VERSION_MINOR 41
-#define LIBAVUTIL_VERSION_MICRO 100
+#define LIBAVUTIL_VERSION_MICRO 101
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \