Matroska-Org / libmatroska

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

Add default values in the semantic #119

Closed robUx4 closed 8 months ago

robUx4 commented 8 months ago

This builds even without https://github.com/Matroska-Org/libebml/pull/156

But it should only be merged if that one is merged too. Otherwise the macros may differ in the future (with templates?).

Default values generated with https://github.com/Matroska-Org/foundation-source/pull/127

robUx4 commented 8 months ago

Closing as it's the wrong approach.