[vlc-commits] d3d11va: add Qualcomm vendor mapping

Steve Lhomme git at videolan.org
Sun Oct 18 23:15:11 CEST 2015


vlc | branch: master | Steve Lhomme <robux4 at gmail.com> | Thu Oct 15 19:04:58 2015 +0200| [57dbe62748662110655b498036e9544dd3122643] | committer: Jean-Baptiste Kempf

d3d11va: add Qualcomm vendor mapping

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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, "" }
     };
 



More information about the vlc-commits mailing list