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