ietf-wg-cellar / ebml-specification

the specification for the EBML format
Creative Commons Attribution 4.0 International
70 stars 24 forks source link

there is no 'minver' attribute for enum values #390

Open robUx4 opened 4 years ago

robUx4 commented 4 years ago

This may be a problem when adding new values to an enum. We can't tell which version of the format it was introduced and thus if the value is valid for the current value or not (or if the EBMLReadVersion needs to be bumped if a certain attribute value is used).

Example of adding new values: https://github.com/cellar-wg/matroska-specification/pull/423