Rémi Bernon (@rbernon) commented about dlls/mf/tests/transform.c:
ok(hr == MF_E_NO_MORE_TYPES, "GetOutputAvailableType returned %#lx\n", hr); ok(i == ARRAY_SIZE(expect_available_outputs), "%lu input media types\n", i);
- /* WMV1 -> YUV */
- winetest_push_context("WMV1 -> YUV");
- check_mft_set_input_type_required(transform, input_type_desc);
- check_mft_set_input_type(transform, input_type_desc);
- check_mft_get_input_current_type_(transform, expect_input_type_desc, FALSE, TRUE);
Setting and checking the input type is done already a few lines above.