summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext.h
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-03-04 23:57:47 +0000
committerMark Thompson <sw@jkqxz.net>2017-11-22 23:02:29 +0000
commitb25d8ef0a7a880443fb713603d7f4259e30b84dd (patch)
tree0f75b610b2495ad89aaff0b38984cc9ef70f2160 /libavutil/hwcontext.h
parenta050f56c0903c718d8ef0b14dc09195785fdf564 (diff)
lavu: OpenCL hwcontext 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 d20810422c..8d27b987df 100644
--- a/libavutil/hwcontext.h
+++ b/libavutil/hwcontext.h
@@ -34,6 +34,7 @@ enum AVHWDeviceType {
AV_HWDEVICE_TYPE_VIDEOTOOLBOX,
AV_HWDEVICE_TYPE_D3D11VA,
AV_HWDEVICE_TYPE_DRM,
+ AV_HWDEVICE_TYPE_OPENCL,
};
typedef struct AVHWDeviceInternal AVHWDeviceInternal;