vlc | branch: master | Steve Lhomme <[email protected]> | Thu Oct 15 19:04:58 2015 +0200| [57dbe62748662110655b498036e9544dd3122643] | committer: Jean-Baptiste Kempf
d3d11va: add Qualcomm vendor mapping Signed-off-by: Jean-Baptiste Kempf <[email protected]> > 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, "" } }; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
