Commit 4f1cfd1c authored by Rafaël Carré's avatar Rafaël Carré

DXVA2: VIA's vendor ID is 0x1106

parent 106127b6
......@@ -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, "" }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment