summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2016-01-30 01:04:34 -0800
committerKevin Mitchell <kevmitch@gmail.com>2016-02-17 06:59:02 -0800
commit084162d6fe9033cb3499a7013a2489a70e1aed93 (patch)
tree71bd0ce88427547314d56d91bbbd557a23595451 /options
parent941885b62cabb4dc1dfe3946705efd97c2d10f56 (diff)
downloadmpv-084162d6fe9033cb3499a7013a2489a70e1aed93.tar.bz2
mpv-084162d6fe9033cb3499a7013a2489a70e1aed93.tar.xz
dxva2: add interop (non-copyback) hwdec_type
This always falls back to software decoding right now. VO support will be added in future commits.
Diffstat (limited to 'options')
-rw-r--r--options/options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/options.c b/options/options.c
index e1be68dc07..ac7d706222 100644
--- a/options/options.c
+++ b/options/options.c
@@ -86,6 +86,7 @@ const struct m_opt_choice_alternatives mp_hwdec_names[] = {
{"videotoolbox",HWDEC_VIDEOTOOLBOX},
{"vaapi", HWDEC_VAAPI},
{"vaapi-copy", HWDEC_VAAPI_COPY},
+ {"dxva2", HWDEC_DXVA2},
{"dxva2-copy", HWDEC_DXVA2_COPY},
{"rpi", HWDEC_RPI},
{0}