1 Feb
2023
1 Feb
'23
1:30 p.m.
Nikolay Sivov (@nsivov) commented about dlls/mf/tests/transform.c:
ok(hr == E_INVALIDARG || hr == MF_E_TRANSFORM_NEED_MORE_INPUT, "ProcessOutput returned %#lx\n", hr); ok(output_status == 0, "got output[0].dwStatus %#lx\n", output_status);
+ if (0) + { + /* Crashes on Windows. */ + IMFTransform_GetInputStatus(transform, 0, NULL); + }
Let's remove this one. It's fine if it crashes, if somebody will suggest an argument check for some reason, we'll ask for a test. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2080#note_22603