3 Jun
2023
3 Jun
'23
10:08 a.m.
Rémi Bernon (@rbernon) commented about dlls/mf/tests/transform.c:
+ }; + + DMO_MEDIA_TYPE *good_type, *bad_type, type; + char buffer_good[1024], buffer_bad[1024]; + DWORD count, i, ret; + IMediaObject *dmo; + HRESULT hr; + + winetest_push_context("wmadec"); + + if (!has_video_processor) + { + win_skip("Skipping WMA decoder DMO tests on Win7.\n"); + winetest_pop_context(); + return; + } Is this really required? They don't seem to be failing on W7. Same for input type tests.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2963#note_34554