[vlc-devel] [PATCH 3/7] d3d11va: add Qualcomm vendor mapping
Steve Lhomme
robux4 at videolabs.io
Thu Oct 15 19:04:58 CEST 2015
From: Steve Lhomme <robux4 at gmail.com>
---
modules/codec/avcodec/d3d11va.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/codec/avcodec/d3d11va.c b/modules/codec/avcodec/d3d11va.c
index c3c4492..677387e 100644
--- a/modules/codec/avcodec/d3d11va.c
+++ b/modules/codec/avcodec/d3d11va.c
@@ -466,6 +466,7 @@ static char *DxDescribe(directx_sys_t *dx_sys)
{ 0x1106, "VIA" },
{ 0x8086, "Intel" },
{ 0x5333, "S3 Graphics" },
+ { 0x4D4F4351, "Qualcomm" },
{ 0, "" }
};
--
2.6.0
More information about the vlc-devel
mailing list