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).
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