summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2016-06-22 22:38:49 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2016-06-22 22:38:49 +0200
commit3689efea3d59579291ecafccc3d9cbe720e7bea3 (patch)
tree7bde9ce5ad61c7b9fe7f5bb0e23ea17a0adc90f5 /libavutil/hwcontext.h
parentd0b21b28a3d348c0302c98cee23c4820cd13e1e2 (diff)
parentc46db38cde8e8fd8ecb1c6602f10ec0e002f29a8 (diff)
Merge commit 'c46db38cde8e8fd8ecb1c6602f10ec0e002f29a8'
* commit 'c46db38cde8e8fd8ecb1c6602f10ec0e002f29a8': hwcontext: add a dxva2 implementation Merged-by: Hendrik Leppkes <h.leppkes@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 7b93b20353..dc8169903b 100644
--- a/libavutil/hwcontext.h
+++ b/libavutil/hwcontext.h
@@ -28,6 +28,7 @@ enum AVHWDeviceType {
AV_HWDEVICE_TYPE_VDPAU,
AV_HWDEVICE_TYPE_CUDA,
AV_HWDEVICE_TYPE_VAAPI,
+ AV_HWDEVICE_TYPE_DXVA2,
};
typedef struct AVHWDeviceInternal AVHWDeviceInternal;