On Tue May 23 04:53:24 2023 +0000, Anton Baskanov wrote:
It's a floating point division, so instead of crashing it produces a NaN. When converted to DWORD, NaN becomes 0. Though, according to C99, the value is unspecified, and with really big values we can crash the mixer.
So let's squash the last two commits to avoid this.