Nikolay Sivov (@nsivov) commented about dlls/mfreadwrite/tests/mfplat.c:
{NULL, &stream, NULL, &writer, E_INVALIDARG},
{NULL, &stream, &attr, &writer, S_OK},
{tmp_file, NULL, NULL, &writer, S_OK},
{tmp_file, NULL, &attr, &writer, S_OK},
{tmp_file, &stream, NULL, &writer, S_OK},
{tmp_file, &stream, &attr, &writer, S_OK},
- };
- winetest_push_context("%s", extension);
- if (!pMFCreateWAVEMediaSink && !strcmp(extension, "wav"))
- {
win_skip("WAVE is not supported.\n");
winetest_pop_context();
return;
- }
Is it ever unavailable?