Skip to content

obu: don't abort on unknown OBUs

James Almer requested to merge jamrial/dav1d:obu into master

The spec states that a decoder should instead ignore them. Otherwise, streams compliant with an hypothetical future revision of the spec may be rejected when backwards compatibility is expected.

Merge request reports