mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 14:27:42 +00:00
efa42bd7cc
This re-writes the "parse_number_with_unit" not to use the "double" data type internally but int64_t-based fractions. This fixes issues with "double" precision on certain 32bit platforms and test cases failing. This is a fix for #1705. Due to this change the handling of the syntax "1234/56i" with "i" as the unit was fixed as well. Before the value was wrongfully multiplied instead of divided by 2 leading to quadruple the expected value being returned. This was mentioned in and fixes part of #1673. |
||
---|---|---|
.. | ||
common | ||
data/text | ||
merge | ||
propedit | ||
init.cpp | ||
init.h | ||
Rakefile | ||
util.cpp | ||
util.h |