diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2016-02-24 15:23:16 +0000 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2016-02-24 15:23:16 +0000 |
commit | 6992276acaaee32b33bd5f6e2f0d89588c4ae59a (patch) | |
tree | cd5d035d3293ae6076de0b6cc0a41e132e64539d /libavutil/hwcontext.h | |
parent | 63c3e35332838fca19b7ffdae13233b0f3759402 (diff) | |
parent | ad884d100259e55cb51a4239cd8a4fd5154c2073 (diff) | |
download | ffmpeg-6992276acaaee32b33bd5f6e2f0d89588c4ae59a.tar.gz |
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.h | 1 |
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; |