Skip to content
Snippets Groups Projects
Commit eedbfe0c authored by Elizabeth Figura's avatar Elizabeth Figura Committed by Alexandre Julliard
Browse files

quartz/tests: Fix a test in test_basic_video().

parent 3f5066b1
Branches
Tags
No related merge requests found
......@@ -2733,6 +2733,7 @@ static void test_basic_video(void)
vih.bmiHeader.biWidth = 16;
vih.bmiHeader.biHeight = 16;
vih.bmiHeader.biSizeImage = 0;
hr = IFilterGraph2_ConnectDirect(graph, &source.source.pin.IPin_iface, pin, &req_mt);
ok(hr == S_OK, "Got hr %#x.\n", hr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment