alfg / mp4-rust

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

Add support for the `avc3` box. #136

Open jerzywilczek opened 9 months ago

jerzywilczek commented 9 months ago

According to MPEG-4 part 15, sections 5.4.2.1.2 and 5.4.4 (or the whole 5.4 section in general), avc1 and avc3 have identical syntax and only differ in semantics. Since the change is trivial, there is no reason not to support both.