Akihiro Sagawa (@sgwaki) commented about dlls/quartz/tests/mpegvideo.c:
+ .hdr.dwBitErrorRate = 0, + .hdr.AvgTimePerFrame = 400000, /* 25fps, 40ms */ + .hdr.bmiHeader.biSize = sizeof(BITMAPINFOHEADER), + .hdr.bmiHeader.biWidth = 32, + .hdr.bmiHeader.biHeight = 24, + .hdr.bmiHeader.biPlanes = 0, + .hdr.bmiHeader.biBitCount = 0, + .hdr.bmiHeader.biCompression = 0, + .hdr.bmiHeader.biSizeImage = 0, + .hdr.bmiHeader.biXPelsPerMeter = 2000, + .hdr.bmiHeader.biYPelsPerMeter = 2000, + .hdr.bmiHeader.biClrUsed = 0, + .hdr.bmiHeader.biClrImportant = 0, + .dwStartTimeCode = 4096, + .cbSequenceHeader = 12, + .bSequenceHeader = { 0, 0, 1, 179, 2, 0, 24, 19, 255, 255, 224, 24 }, How about using hexadecimal numbers instead of decimal ones? i.e. `{ 0x00, 0x00, 0x01, 0xb3,`...
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3938#note_46639