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

Use a macro to set the length constraint on binary elements #157

Closed robUx4 closed 6 months ago

robUx4 commented 6 months ago

The result in the code is the same but it's more readable, less verbose.

Generated with https://github.com/Matroska-Org/foundation-source/pull/137

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