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

Alexandre Julliard julliard at winehq.org
Mon Aug 3 16:35:36 CDT 2020


Module: wine
Branch: master
Commit: eedbfe0c0d7c6575aa9b5d04f103bc05d4c7bf2d
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=eedbfe0c0d7c6575aa9b5d04f103bc05d4c7bf2d

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Sat Aug  1 10:49:37 2020 -0500

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

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 9e6a618a36..c2b6271021 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);
 




More information about the wine-cvs mailing list