Skip to content

obu: check for padding bits in Sequence Header and Frame Header OBUs

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

Don't just check that we don't overrun at a byte aligned offset. Also make sure that the parsing was correct and no valid bits are left in the OBU.

Merge request reports