Matroska-Org / libmatroska

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

remove the MasterContext from EbmlMaster #160

Closed robUx4 closed 8 months ago

robUx4 commented 8 months ago

It must always be the ClassInfos Context. This the case for all macros. So we don't need to store it a second time.

Requires https://github.com/Matroska-Org/libebml/pull/220