mf/tests: Remove duplicate call to MFStartup().
Signed-off-by: Bernhard Kölbl <besentv@gmail.com>
This commit is contained in:
parent
8171cfb79b
commit
07d0f1f0c0
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue