Fix AMD vendor ID

This commit is contained in:
Cameron Gutman 2018-07-31 18:22:10 -07:00
parent 48d5a7fb51
commit e250e08242

View File

@ -421,7 +421,7 @@ bool DXVA2Renderer::isDecoderBlacklisted()
result = false; result = false;
} }
} }
else if (id.VendorId == 0x1DA2) { else if (id.VendorId == 0x1002) {
// AMD doesn't seem to do hybrid acceleration? // AMD doesn't seem to do hybrid acceleration?
result = false; result = false;
} }