On 3/3/22 02:17, Zebediah Figura (she/her) wrote:
On 2/28/22 10:27, Rémi Bernon wrote:
And use it to implement WMA decoder Process(Input|Output). - todo_wine - ok(i == 0xe000, "ProcessOutput produced %#x bytes\n", i); + if (!strcmp(winetest_platform, "wine")) + ok(i == 0x10000, "ProcessOutput produced %#x bytes\n", i); + else + ok(i == 0xe000, "ProcessOutput produced %#x bytes\n", i);
This doesn't hold for me:
042c:fixme:wmadec:transform_GetInputAvailableType iface 00000000008225A8, id 0, index 0, type 000000000021F7D0 stub! 042c:fixme:mfplat:mf_media_type_to_wg_format_wma Bitrate is not set. mf.c:6307: Test failed: ProcessOutput produced 0xc000 bytes
Hmm... weird, maybe some ffmpeg variation? The testbot seems happy with it, though as it differs from native already maybe I should simply make the check todo if it fails, or remove it altogether. -- Rémi Bernon <rbernon(a)codeweavers.com>