mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
video: initial dxva2 support
Shamelessly stolen from ffmpeg. It probably doesn't work - you can debug it yourself.
This commit is contained in:
@@ -281,7 +281,8 @@ const m_option_t mp_opts[] = {
|
||||
{"vdpau", 1},
|
||||
{"vda", 2},
|
||||
{"vaapi", 4},
|
||||
{"vaapi-copy", 5})),
|
||||
{"vaapi-copy", 5},
|
||||
{"dxva2-copy", 6})),
|
||||
OPT_STRING("hwdec-codecs", hwdec_codecs, 0),
|
||||
|
||||
OPT_SUBSTRUCT("sws", vo.sws_opts, sws_conf, 0),
|
||||
|
||||
Reference in New Issue
Block a user