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-06-21 19:53:37 +0200
commit59e7361cc791e5103be1712dc59a2055f118d0da (patch)
treef94952dc2d601d9d9f46cc5d2c895932b2f9beac /libavutil/hwcontext.h
parent6f19bbcf8532d018d8d6d82e000738d0ac2385c9 (diff)
hwcontext: add a QSV 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 d8e7c3f090..f15cf7ccdf 100644
--- a/libavutil/hwcontext.h
+++ b/libavutil/hwcontext.h
@@ -29,6 +29,7 @@ enum AVHWDeviceType {
AV_HWDEVICE_TYPE_CUDA,
AV_HWDEVICE_TYPE_VAAPI,
AV_HWDEVICE_TYPE_DXVA2,
+ AV_HWDEVICE_TYPE_QSV,
};
typedef struct AVHWDeviceInternal AVHWDeviceInternal;