From c46db38cde8e8fd8ecb1c6602f10ec0e002f29a8 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 31 Mar 2016 13:12:41 +0200 Subject: hwcontext: add a dxva2 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 a71a2b67b2..505b1748be 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; -- cgit v1.2.3