On Fri, Apr 22, 2022 at 12:30 AM Nikolay Sivov nsivov@codeweavers.com wrote:
I don't see this module on win10+, it's probably something internal to IE, that later got removed.
Right, it was superseded by mfplat on Windows 8+. I don't think it's just internal to IE, that would make Chromium on Windows 7 a frankenstein of IE+Chromium.
From the Chromium source code[1]:
// On Windows 8+ mfplat.dll provides the MFCreateDXGIDeviceManager API. // On Windows 7 mshtmlmedia.dll provides it.
The functions are already implemented in mfplat so there's no need to implement this dll any further.
[1] https://source.chromium.org/chromium/chromium/src/+/main:media/gpu/windows/d...
-- Kind regards, Mohamad