From a9fce7dee59952faae1a8694460b99ff454bd788 Mon Sep 17 00:00:00 2001 From: Gerald Squelart Date: Tue, 17 May 2016 19:00:30 +1000 Subject: [PATCH] Bug 1273406 - Disable D3D11 with some iSonyVideoProcessor DLLs - r=cpearce MozReview-Commit-ID: EWgqJ6OJhRD --HG-- extra : rebase_source : 2659699b172a90d3b2cc1e8f2b74c7b513c70a06 --- dom/media/platforms/wmf/WMFVideoMFTManager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dom/media/platforms/wmf/WMFVideoMFTManager.cpp b/dom/media/platforms/wmf/WMFVideoMFTManager.cpp index b4f1e69b70ce..a4ef72b79cfd 100644 --- a/dom/media/platforms/wmf/WMFVideoMFTManager.cpp +++ b/dom/media/platforms/wmf/WMFVideoMFTManager.cpp @@ -163,6 +163,8 @@ static const BlacklistedD3D11DLL sBlacklistedD3D11DLL[] = { // Keep same DLL names together. { L"igd10umd32.dll", DLLVER(9,17,10,2857) }, + { L"isonyvideoprocessor.dll", DLLVER(4,1,2247,8090) }, + { L"isonyvideoprocessor.dll", DLLVER(4,1,2153,6200) }, { L"tosqep.dll", DLLVER(1,2,15,526) }, { L"tosqep.dll", DLLVER(1,1,12,201) }, { L"tosqep.dll", DLLVER(1,0,11,318) },