Commit 75f7915e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix DxVA2 decoding on HD2000/3000

Close #6243
(cherry picked from commit 7f4f09b56e1943c866c243a3a981c3050566c923)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 14e8d8a7
......@@ -153,8 +153,8 @@ static const dxva2_mode_t dxva2_modes[] = {
/* H.264 */
{ "H.264 variable-length decoder, film grain technology", &DXVA2_ModeH264_F, CODEC_ID_H264 },
{ "H.264 variable-length decoder, no film grain technology", &DXVA2_ModeH264_E, CODEC_ID_H264 },
{ "H.264 variable-length decoder, no film grain technology (Intel ClearVideo)", &DXVADDI_Intel_ModeH264_E, CODEC_ID_H264 },
{ "H.264 variable-length decoder, no film grain technology", &DXVA2_ModeH264_E, CODEC_ID_H264 },
{ "H.264 variable-length decoder, no film grain technology, FMO/ASO", &DXVA_ModeH264_VLD_WithFMOASO_NoFGT, CODEC_ID_H264 },
{ "H.264 variable-length decoder, no film grain technology, Flash", &DXVA_ModeH264_VLD_NoFGT_Flash, CODEC_ID_H264 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment