Matroska-Org / libmatroska

a C++ libary to parse Matroska files (.mkv and .mka)
GNU Lesser General Public License v2.1
320 stars 57 forks source link

replace EBML_PRETTYLONGINT by the standard UINT64_MAX macro #78

Closed robUx4 closed 2 years ago

robUx4 commented 2 years ago

See https://en.cppreference.com/w/cpp/types/integer

Ref. https://github.com/Matroska-Org/libebml/pull/59

mbunkus commented 2 years ago

This one's outdated now as all occurrences of EBML_PRETTY… have been removed.