April 2, 2026
4:54 a.m.
On Thu Apr 2 04:48:39 2026 +0000, Anton Baskanov wrote: > changed this line in [version 3 of the diff](/wine/wine/-/merge_requests/10423/diffs?diff_id=257011&start_sha=8c07af7c4f32157993f5c7bf24f762a6893646ff#3611483beebc594b1206bbcc979e9584d27bf7ce_333_334) There are two issues with storing the position as a fixed point: - `downsample` takes a reciprocal of the resampling ratio, so we'd have to convert anyway. - There are apps that expect the resampling ratio to be exact (see #35971 and 6d009b988b22212fabcc34711c40ec776fecaec5). Anyway, added a `#define` for `32`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10423#note_134753