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

do not export Context_xxx of master elements #184

Closed robUx4 closed 5 months ago

robUx4 commented 5 months ago

It can be retrieved with EBML_CLASS_CONTEXT(), no need to specifically export them from DLLs. Neither mkvtoolnix nor VLC use these, apart from Context_KaxMatroska, which doesn't have a definition outside of here.

More radical approach than #183