April 3, 2026
10:13 p.m.
On Fri Apr 3 22:13:10 2026 +0000, Anton Baskanov wrote:
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`. Ah, right, `downsample()` now wants the reciprocal. Unfortunate, but reasonable.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10423#note_135002