https://bugs.winehq.org/show_bug.cgi?id=45372
--- Comment #14 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- (In reply to Vladimir from comment #11)
003f:fixme:mfplat:src_reader_ReadSample 0xf0750, 0xfffffffe, 0x00000000, 0x334efd68, 0x334efd60, 0x334efcf8, 0x334efd78
That's bug 45372
(In reply to Vladimir from comment #13)
(In reply to Alistair Leslie-Hughes from comment #9) Found in your patch such lines:
- hr = CreateStreamOnHGlobal(NULL, TRUE, &stream);
- ok(hr == S_OK, "got 0x%08x\n", hr);
- hr = MFCreateMFByteStreamOnStream(stream, &bytestream );
- ok(hr == S_OK, "got 0x%08x\n", hr);
These are in the tests and wont affect the running program.