Skip to content

Fix cast to double moved outside division

Eric Jiang requested to merge erjiang/kdenlive:fix-double-division into master

At some point this code was changed from double/int division to double(int/int) division. This patch changes it back to double/int, implicitly making both the dividend and the divisor doubles.

Merge request reports