21 Oct
2024
21 Oct
'24
5:34 p.m.
Aida JonikienÄ— (@DodoGTA) commented about dlls/mf/tests/transform.c:
static const MFVideoArea actual_aperture = {.Area={82,84}}; static const DWORD actual_width = 96, actual_height = 96, nv12_aligned_width = 128; - static const DWORD extra_width = actual_width + 0x30; + static const DWORD extra_width = 96 + 0x30;
Does the compiler complain about mixing decimal and hex values here? If so then that `0x30` should probably be replaced with its decimal representation -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6707#note_85596