From a7110862c8a828e556dd2da0905c3e69f56eca29 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Thu, 17 Mar 2016 23:28:29 -0700 Subject: vd_lavc: add d3d11va hwdec This commit adds the d3d11va-copy hwdec mode using the ffmpeg d3d11va api. Functions in common with dxva2 are handled in a separate decode/d3d.c file. A future commit will rewrite decode/dxva2.c to share this code. --- video/hwdec.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'video/hwdec.h') diff --git a/video/hwdec.h b/video/hwdec.h index cfbb2eaf29..9585e32e25 100644 --- a/video/hwdec.h +++ b/video/hwdec.h @@ -15,8 +15,9 @@ enum hwdec_type { HWDEC_VAAPI_COPY = 5, HWDEC_DXVA2 = 6, HWDEC_DXVA2_COPY = 7, - HWDEC_RPI = 8, - HWDEC_MEDIACODEC = 9, + HWDEC_D3D11VA_COPY = 8, + HWDEC_RPI = 9, + HWDEC_MEDIACODEC = 10, }; // hwdec_type names (options.c) -- cgit v1.2.3