From 084162d6fe9033cb3499a7013a2489a70e1aed93 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sat, 30 Jan 2016 01:04:34 -0800 Subject: dxva2: add interop (non-copyback) hwdec_type This always falls back to software decoding right now. VO support will be added in future commits. --- 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 f2a72aef99..1588901442 100644 --- a/video/hwdec.h +++ b/video/hwdec.h @@ -13,8 +13,9 @@ enum hwdec_type { HWDEC_VIDEOTOOLBOX = 3, HWDEC_VAAPI = 4, HWDEC_VAAPI_COPY = 5, - HWDEC_DXVA2_COPY = 6, - HWDEC_RPI = 7, + HWDEC_DXVA2 = 6, + HWDEC_DXVA2_COPY = 7, + HWDEC_RPI = 8, }; // hwdec_type names (options.c) -- cgit v1.2.3