Commit eedbfe0c authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

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

parent 3f5066b1
...@@ -2733,6 +2733,7 @@ static void test_basic_video(void) ...@@ -2733,6 +2733,7 @@ static void test_basic_video(void)
vih.bmiHeader.biWidth = 16; vih.bmiHeader.biWidth = 16;
vih.bmiHeader.biHeight = 16; vih.bmiHeader.biHeight = 16;
vih.bmiHeader.biSizeImage = 0;
hr = IFilterGraph2_ConnectDirect(graph, &source.source.pin.IPin_iface, pin, &req_mt); hr = IFilterGraph2_ConnectDirect(graph, &source.source.pin.IPin_iface, pin, &req_mt);
ok(hr == S_OK, "Got hr %#x.\n", hr); ok(hr == S_OK, "Got hr %#x.\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