mozilla / mp4parse-rust

Parser for ISO Base Media Format aka video/mp4 written in Rust.
Mozilla Public License 2.0
404 stars 62 forks source link

Permit multiple nuls in `hdlr` box `name` field. #379

Closed kinetiknz closed 1 year ago

kinetiknz commented 1 year ago

name should be truncated after the first nul but we don't store the name field so this change just lifts the restriction on multiple nul bytes.

This reflects the spec clarification accepted in https://github.com/MPEGGroup/FileFormat/issues/35