[vlc-commits] DXVA2: VIA's vendor ID is 0x1106

Rafaël Carré git at videolan.org
Thu Apr 5 23:49:41 CEST 2012


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Apr  5 17:49:18 2012 -0400| [4f1cfd1ce341607bdf3e39a060486fad9f64e23f] | committer: Rafaël Carré

DXVA2: VIA's vendor ID is 0x1106

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

 modules/codec/avcodec/dxva2.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/codec/avcodec/dxva2.c b/modules/codec/avcodec/dxva2.c
index 15849c5..66fb473 100644
--- a/modules/codec/avcodec/dxva2.c
+++ b/modules/codec/avcodec/dxva2.c
@@ -646,6 +646,7 @@ static char *DxDescribe(vlc_va_dxva2_t *va)
     } vendors [] = {
         { 0x1002, "ATI" },
         { 0x10DE, "NVIDIA" },
+        { 0x1106, "VIA" },
         { 0x8086, "Intel" },
         { 0x5333, "S3 Graphics" },
         { 0, "" }



More information about the vlc-commits mailing list