summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext.h
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-02-24 15:23:16 +0000
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-02-24 15:23:16 +0000
commit6992276acaaee32b33bd5f6e2f0d89588c4ae59a (patch)
treecd5d035d3293ae6076de0b6cc0a41e132e64539d /libavutil/hwcontext.h
parent63c3e35332838fca19b7ffdae13233b0f3759402 (diff)
parentad884d100259e55cb51a4239cd8a4fd5154c2073 (diff)
Merge commit 'ad884d100259e55cb51a4239cd8a4fd5154c2073'
* commit 'ad884d100259e55cb51a4239cd8a4fd5154c2073': hwcontext: add a CUDA implementation Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
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 07123687d2..f46a39fd3d 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;