Matroska-Org / libmatroska

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

Rely less on EbmlElement::HeadSize() #180

Closed robUx4 closed 5 months ago

robUx4 commented 5 months ago

It's also more readable that way. The KaxSegment methods could become inline for better optimizations.