mozilla / mp4parse-rust

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

Allow `HandlerBox` (`hdlr`) non-zero values in `reserved` and `pre-defined` fields #336

Closed baumanj closed 3 years ago

baumanj commented 3 years ago

This still generates an error in ParseStrictness::Strict, but is now accepted in ::Normal mode.

Resolves https://github.com/mozilla/mp4parse-rust/issues/335