Fixed h264 dummy init.

This commit is contained in:
Armin Novak 2016-08-03 15:29:12 +02:00 committed by Armin Novak
parent 90cd2a8a45
commit 896f500e7e
2 changed files with 372 additions and 351 deletions

File diff suppressed because it is too large Load Diff

View File

@ -632,7 +632,7 @@ static BOOL test_line(HGDI_DC hdc, const gdiPalette* hPalette, UINT32 mX,
if ((cX > 0) || (cY > 0) || (cW > 0) || (cH > 0))
gdi_SetClipRgn(hdc, cX, cY, cW, cH);
gdi_MoveToEx(hdc, mX, mY, hPalette);
gdi_MoveToEx(hdc, mX, mY, NULL);
gdi_LineTo(hdc, lX, lY);
if (!test_assert_bitmaps_equal(hBmp, hOrgBmp, "Case 10", hPalette))