Matroska-Org / libmatroska

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

Rely less on EbmlElement::HeadSize() #180

Closed robUx4 closed 9 months ago

robUx4 commented 9 months ago

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