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

store the info about having a default values in EbmlCallbacks #168

Closed robUx4 closed 8 months ago

robUx4 commented 8 months ago

So it doesn't have to be a virtual class anymore and can be a real static constexp.

Necessary to build libmatroska with https://github.com/Matroska-Org/libebml/pull/228.

robUx4 commented 8 months ago

It is expected to fail to build without https://github.com/Matroska-Org/libebml/pull/228.