mirror of https://github.com/mpv-player/mpv
vd_lavc: prefer d3d11va-copy over dxva2-copy
There is no reason to prefer dxva2. I believe it was mistake from initial commit that added the hwdec list that has been propagated through years.
This commit is contained in:
parent
ab3002851e
commit
bf77f1ae74
|
@ -233,8 +233,8 @@ struct autoprobe_info {
|
|||
const struct autoprobe_info hwdec_autoprobe_info[] = {
|
||||
{"d3d11va", HWDEC_FLAG_AUTO | HWDEC_FLAG_WHITELIST},
|
||||
{"dxva2", HWDEC_FLAG_AUTO},
|
||||
{"dxva2-copy", HWDEC_FLAG_AUTO | HWDEC_FLAG_WHITELIST},
|
||||
{"d3d11va-copy", HWDEC_FLAG_AUTO | HWDEC_FLAG_WHITELIST},
|
||||
{"dxva2-copy", HWDEC_FLAG_AUTO | HWDEC_FLAG_WHITELIST},
|
||||
{"nvdec", HWDEC_FLAG_AUTO | HWDEC_FLAG_WHITELIST},
|
||||
{"nvdec-copy", HWDEC_FLAG_AUTO | HWDEC_FLAG_WHITELIST},
|
||||
{"vaapi", HWDEC_FLAG_AUTO | HWDEC_FLAG_WHITELIST},
|
||||
|
|
Loading…
Reference in New Issue