18 Nov
2022
18 Nov
'22
3:19 p.m.
Rémi Bernon (@rbernon) commented about dlls/mf/tests/transform.c:
+static void test_wmv_decoder_media_object(void) +{ + const GUID *const class_id = &CLSID_CWMVDecMediaObject; + IMediaObject *media_object; + DWORD in_count, out_count; + HRESULT hr; + ULONG ret; + + winetest_push_context("wmvdec"); + + if (!has_video_processor) + { + win_skip("Skipping inconsistent WMV decoder media object tests on Win7.\n"); + winetest_pop_context(); + return; + } Are these tests also inconsistent? They look simple enough at least for now to have a consistent result everywhere.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1423#note_16368