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?