1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

mf/tests: Remove duplicate call to MFStartup().

Signed-off-by: Bernhard Kölbl <besentv@gmail.com>
This commit is contained in:
Bernhard Kölbl 2023-06-07 14:42:00 +02:00 committed by Alexandre Julliard
parent 8171cfb79b
commit 07d0f1f0c0

View file

@ -4962,9 +4962,6 @@ static void test_sample_grabber_orientation(GUID subtype)
grabber_callback->done_event = CreateEventW(NULL, FALSE, FALSE, NULL);
ok(!!grabber_callback->done_event, "CreateEventW failed, error %lu\n", GetLastError());
hr = MFStartup(MF_VERSION, MFSTARTUP_FULL);
ok(hr == S_OK, "Startup failure, hr %#lx.\n", hr);
hr = MFCreateMediaSession(NULL, &session);
ok(hr == S_OK, "Unexpected hr %#lx.\n", hr);