mf/tests: Increase buffer to prevent stack corruption.
commitdf01ef80a05bd338fb5756740fdc00029e4e5619
authorFabian Maurer <dark.shadow4@web.de>
Mon, 16 Oct 2023 21:51:59 +0000 (16 23:51 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 17 Oct 2023 16:18:03 +0000 (17 18:18 +0200)
tree1d362e3df14aeda22eb67660fba1fae15199ae64
parent911a0c608964edeccd7b3a1c1ab027ef5f4b0352
mf/tests: Increase buffer to prevent stack corruption.

init_dmo_media_type_video uses head + extra bytes memory,
and with MEDIASUBTYPE_RGB8 the extra bytes are already 1024.
This leads to stack corruption.
dlls/mf/tests/transform.c