[PATCH] quartz/tests: Fix a test in test_basic_video().
1 Aug
2020
1 Aug
'20
10:49 a.m.
Fixes: 8725564f68332c9129ca701de9b85799a00ddebf Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> --- dlls/quartz/tests/videorenderer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/quartz/tests/videorenderer.c b/dlls/quartz/tests/videorenderer.c index 9e6a618a36e..c2b6271021a 100644 --- a/dlls/quartz/tests/videorenderer.c +++ b/dlls/quartz/tests/videorenderer.c @@ -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); -- 2.27.0
1959
Age (days ago)
1959
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zebediah Figura