summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-01-13 14:25:58 +0100
committerAnton Khirnov <anton@khirnov.net>2016-02-14 22:08:33 +0100
commitad884d100259e55cb51a4239cd8a4fd5154c2073 (patch)
treeab6d8f0243c470113e8e2c33cae402394ade4a25 /libavutil/hwcontext.h
parent7bc780cd4413f688d3b834037b0f9ddfd6948140 (diff)
hwcontext: add a CUDA implementation
Diffstat (limited to 'libavutil/hwcontext.h')
-rw-r--r--libavutil/hwcontext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/hwcontext.h b/libavutil/hwcontext.h
index b30a20a42c..81ae817eb3 100644
--- a/libavutil/hwcontext.h
+++ b/libavutil/hwcontext.h
@@ -26,6 +26,7 @@
enum AVHWDeviceType {
AV_HWDEVICE_TYPE_VDPAU,
+ AV_HWDEVICE_TYPE_CUDA,
};
typedef struct AVHWDeviceInternal AVHWDeviceInternal;