March 24, 2026
9:30 p.m.
Sorry about that. ``` + const struct + { + LONGLONG media_time; + LONGLONG frame; + } rounding_tests[] = + { + {4999999, 0}, + {5000000, 0}, + {15000000, 1} }; ``` That works, but I don't see why you need the separate table? I was just thinking you could alter the values used in the time_format_tests[] table so that they're not all perfect. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10339#note_133586