mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 01:52:19 +00:00
d3dva: move Intel_H264_NoFGT_ClearVideo to lower priority
This seems to cause problems, so only use it if H264_E is not available. fixes #3059
This commit is contained in:
parent
2f5c7af914
commit
ce153bdb42
@ -76,8 +76,8 @@ static const struct d3dva_mode d3dva_modes[] = {
|
||||
|
||||
// H.264
|
||||
{MODE2(H264_F), AV_CODEC_ID_H264, PROF_H264_HIGH},
|
||||
{MODE (Intel_H264_NoFGT_ClearVideo), AV_CODEC_ID_H264, PROF_H264_HIGH},
|
||||
{MODE2(H264_E), AV_CODEC_ID_H264, PROF_H264_HIGH},
|
||||
{MODE (Intel_H264_NoFGT_ClearVideo), AV_CODEC_ID_H264, PROF_H264_HIGH},
|
||||
{MODE (ModeH264_VLD_WithFMOASO_NoFGT), AV_CODEC_ID_H264, PROF_H264_HIGH},
|
||||
{MODE (ModeH264_VLD_NoFGT_Flash), AV_CODEC_ID_H264, PROF_H264_HIGH},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user