1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-06-02 13:39:54 +00:00
mp4-rust/src
Nathan Fiedler e875c7da44
Skip over unknown boxes (#4)
* Skip over unknown boxes

If the box size is non-zero, skip over it and continue reading. Otherwise if
the box size is zero, exit the loop.

* Add comment clarifying the box skipping
2020-05-27 18:29:41 -07:00
..
atoms.rs Add skip fn for skipping remaining bytes in a box. 2020-02-05 20:22:08 -08:00
lib.rs Skip over unknown boxes (#4) 2020-05-27 18:29:41 -07:00