Rémi Bernon (@rbernon) commented about dlls/mf/tests/transform.c:
output_sample = create_sample(NULL, actual_width * actual_height * 2); hr = check_mft_process_output(transform, output_sample, &output_status);
- todo_wine ok(hr == MF_E_TRANSFORM_STREAM_CHANGE, "ProcessOutput returned %#lx\n", hr);
- todo_wine ok(output_status == MFT_OUTPUT_DATA_BUFFER_FORMAT_CHANGE, "got output[0].dwStatus %#lx\n", output_status);
These tests aren't passing on our CI. They might be depending on your configuration, the CI uses libav plugins.