From ad884d100259e55cb51a4239cd8a4fd5154c2073 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 13 Jan 2016 14:25:58 +0100 Subject: hwcontext: add a CUDA implementation --- libavutil/hwcontext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/hwcontext.h') 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; -- cgit v1.2.3