alfg / mp4-rust

MP4 reader + writer library in Rust! 🎥🦀
https://crates.io/crates/mp4
MIT License
292 stars 80 forks source link

bugfix: sample offset larger than u32 max #141

Open astraw opened 4 months ago

astraw commented 4 months ago

This prevents a u32 wraparound bug.