Backed out changeset 7b99659430b1 (bug 1203199)

This commit is contained in:
Nigel Babu 2015-11-03 11:59:03 +05:30
Родитель 62347f7023
Коммит 10791e232a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1103,7 +1103,7 @@ GfxInfo::GetGfxDriverInfo()
/* Bug 1203199/1092166: DXVA startup crashes on some intel drivers. */
APPEND_TO_DRIVER_BLOCKLIST2(DRIVER_OS_ALL,
(nsAString&)GfxDriverInfo::GetDeviceVendor(VendorIntel), GfxDriverInfo::allDevices,
(nsAString&)GfxDriverInfo::GetDeviceVendor(VendorIntel), GfxDriverInfo::allDevices,,
nsIGfxInfo::FEATURE_HARDWARE_VIDEO_DECODING, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
DRIVER_LESS_THAN_OR_EQUAL, V(9,17,10,2849));