[vlc-commits] dxva2: disable decoding to IMC3
Steve Lhomme
git at videolan.org
Tue Sep 11 15:18:42 CEST 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Sep 11 15:18:14 2018 +0200| [8f199cf6c655fde022c887b96b2b66a4ebbd2cf9] | committer: Steve Lhomme
dxva2: disable decoding to IMC3
On the platforms where it's supposed to work, it doesn't.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8f199cf6c655fde022c887b96b2b66a4ebbd2cf9
---
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