[vlc-commits] directx_va: favor the regular H.264 decoder to the Intel Clear Video one

2018-04-15 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme  | Fri Apr 13 
14:05:15 2018 +0200| [d0a16b80cbd0b38417258086f25f3e522ee9e896] | committer: 
Jean-Baptiste Kempf

directx_va: favor the regular H.264 decoder to the Intel Clear Video one

Ref #19878

(cherry picked from commit 3fe46b9959253aaee6cac640b0562e42217b4457)
Signed-off-by: Jean-Baptiste Kempf 

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

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

diff --git a/modules/codec/avcodec/directx_va.c 
b/modules/codec/avcodec/directx_va.c
index 0c62644581..9de31587e3 100644
--- a/modules/codec/avcodec/directx_va.c
+++ b/modules/codec/avcodec/directx_va.c
@@ -187,8 +187,8 @@ static const directx_va_mode_t DXVA_MODES[] = {
 
 /* H.264 
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=3d1c290b-310b-4ea2-bf76-714063a6d7a6
 */
 { "H.264 variable-length decoder, film grain technology",  
   &DXVA2_ModeH264_F,  AV_CODEC_ID_H264, PROF_H264_HIGH 
},
-{ "H.264 variable-length decoder, no film grain technology (Intel 
ClearVideo)",   &DXVA_Intel_H264_NoFGT_ClearVideo,  AV_CODEC_ID_H264, 
PROF_H264_HIGH },
 { "H.264 variable-length decoder, no film grain technology",   
   &DXVA2_ModeH264_E,  AV_CODEC_ID_H264, PROF_H264_HIGH 
},
+{ "H.264 variable-length decoder, no film grain technology (Intel 
ClearVideo)",   &DXVA_Intel_H264_NoFGT_ClearVideo,  AV_CODEC_ID_H264, 
PROF_H264_HIGH },
 { "H.264 variable-length decoder, no film grain technology, FMO/ASO",  
   &DXVA_ModeH264_VLD_WithFMOASO_NoFGT,AV_CODEC_ID_H264, PROF_H264_HIGH 
},
 { "H.264 variable-length decoder, no film grain technology, Flash",
   &DXVA_ModeH264_VLD_NoFGT_Flash, AV_CODEC_ID_H264, PROF_H264_HIGH 
},
 

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] directx_va: favor the regular H.264 decoder to the Intel Clear Video one

2018-04-13 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme  | Fri Apr 13 14:05:15 
2018 +0200| [3fe46b9959253aaee6cac640b0562e42217b4457] | committer: Steve Lhomme

directx_va: favor the regular H.264 decoder to the Intel Clear Video one

Ref #19878

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

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

diff --git a/modules/codec/avcodec/directx_va.c 
b/modules/codec/avcodec/directx_va.c
index 2410753272..958ca783c0 100644
--- a/modules/codec/avcodec/directx_va.c
+++ b/modules/codec/avcodec/directx_va.c
@@ -190,8 +190,8 @@ static const directx_va_mode_t DXVA_MODES[] = {
 
 /* H.264 
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=3d1c290b-310b-4ea2-bf76-714063a6d7a6
 */
 { "H.264 variable-length decoder, film grain technology",  
   &DXVA2_ModeH264_F,  AV_CODEC_ID_H264, PROF_H264_HIGH 
},
-{ "H.264 variable-length decoder, no film grain technology (Intel 
ClearVideo)",   &DXVA_Intel_H264_NoFGT_ClearVideo,  AV_CODEC_ID_H264, 
PROF_H264_HIGH },
 { "H.264 variable-length decoder, no film grain technology",   
   &DXVA2_ModeH264_E,  AV_CODEC_ID_H264, PROF_H264_HIGH 
},
+{ "H.264 variable-length decoder, no film grain technology (Intel 
ClearVideo)",   &DXVA_Intel_H264_NoFGT_ClearVideo,  AV_CODEC_ID_H264, 
PROF_H264_HIGH },
 { "H.264 variable-length decoder, no film grain technology, FMO/ASO",  
   &DXVA_ModeH264_VLD_WithFMOASO_NoFGT,AV_CODEC_ID_H264, PROF_H264_HIGH 
},
 { "H.264 variable-length decoder, no film grain technology, Flash",
   &DXVA_ModeH264_VLD_NoFGT_Flash, AV_CODEC_ID_H264, PROF_H264_HIGH 
},
 

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits