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

Replace `Error::InvalidData` with `Error::InvalidDataDetail` and misc cleanups #371

Closed baumanj closed 2 years ago

baumanj commented 2 years ago

This PR is probably best viewed commit-by-commit since there is a lot of moving things around. Individual commit messages should be explanatory.