21 Oct
2024
21 Oct
'24
5:33 p.m.
Rémi Bernon (@rbernon) 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;
Can we remove the statics instead? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6707#note_85595