[vlc-commits] dxva2: disable decoding to IMC3
    Steve Lhomme 
    git at videolan.org
       
    Wed Oct 17 12:02:18 CEST 2018
    
    
  
vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Sep 11 15:18:14 2018 +0200| [95ffadba8e4eed724d962f2898985dffeb73c042] | committer: Steve Lhomme
dxva2: disable decoding to IMC3
On the platforms where it's supposed to work, it doesn't.
(cherry picked from commit 8f199cf6c655fde022c887b96b2b66a4ebbd2cf9)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=95ffadba8e4eed724d962f2898985dffeb73c042
---
 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 5bdc786796..6116fa3e21 100644
--- a/modules/codec/avcodec/dxva2.c
+++ b/modules/codec/avcodec/dxva2.c
@@ -92,7 +92,7 @@ typedef struct {
 static const d3d9_format_t d3d_formats[] = {
     { "YV12",   MAKEFOURCC('Y','V','1','2'),    VLC_CODEC_YV12 },
     { "NV12",   MAKEFOURCC('N','V','1','2'),    VLC_CODEC_NV12 },
-    { "IMC3",   MAKEFOURCC('I','M','C','3'),    VLC_CODEC_YV12 },
+    //{ "IMC3",   MAKEFOURCC('I','M','C','3'),    VLC_CODEC_YV12 },
     { "P010",   MAKEFOURCC('P','0','1','0'),    VLC_CODEC_P010 },
 
     { NULL, 0, 0 }
    
    
More information about the vlc-commits
mailing list