mpv/TOOLS/lib/Parse
Diogo Franco (Kovensky) 4a66fce7d3 Parse::Matroska::Reader: get rid of `bigrat`
It seems that it was causing issues with certain perl setups (such as
the one on issue #549). It also turns out that it was not behaving correctly
(not all constants were being promoted to big nums as they should), so we
use explicit objects to derive the constants.

There were also precedence issues. I wonder if this even worked right to
begin with.

The 'double' path (8-byte floats) is untested, as I couldn't easily find
a file with such a field.

Closes #549.
2014-02-15 19:43:22 -03:00
..
Matroska Parse::Matroska::Reader: get rid of `bigrat` 2014-02-15 19:43:22 -03:00
Matroska.pm Port several python scripts to Perl 2012-11-08 00:28:59 +01:00