[vlc-commits] Fix DxVA2 decoding on HD2000/3000

Jean-Baptiste Kempf git at videolan.org
Fri Dec 21 01:02:35 CET 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Dec 21 02:01:53 2012 +0100| [7f4f09b56e1943c866c243a3a981c3050566c923] | committer: Jean-Baptiste Kempf

Fix DxVA2 decoding on HD2000/3000

Close #6243

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f4f09b56e1943c866c243a3a981c3050566c923
---

 modules/codec/avcodec/dxva2.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/avcodec/dxva2.c b/modules/codec/avcodec/dxva2.c
index 7b4a0c9..ddd1b58 100644
--- a/modules/codec/avcodec/dxva2.c
+++ b/modules/codec/avcodec/dxva2.c
@@ -154,8 +154,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 },
 



More information about the vlc-commits mailing list