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

allow only SeekID with a length of 4 #104

Closed robUx4 closed 1 year ago

robUx4 commented 1 year ago

As proposed in https://github.com/ietf-wg-cellar/matroska-specification/pull/731

@mbunkus can you check it has no negative effect ? So we can merge the change in the spec.

mbunkus commented 1 year ago

LGTM, verified via the MKVToolNix test suite, merged.