Commit 07d0f1f0 authored by Bernhard Kölbl's avatar Bernhard Kölbl Committed by Alexandre Julliard

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

parent 8171cfb7
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment