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
Ian Jun 0abb242037
Refactoring (#17)
* Add ReadBox trait

* Add boxtype macro

* Remove offset in BoxHeader

* Fix parsing error when box has largesize

* Remove duplicated codes reading version and flags

* Update examples

* Fix test failure

* Rename I/O position moving functions

* skip_read() to skip_bytes()
* skip_read_to() to skip_bytes_to()
* skip_write() to write_zeros()

* Rename I/O position moving functions

* skip_read() to skip_bytes()
* skip_read_to() to skip_bytes_to()

* Ensure skip_bytes() does not go back.

Co-authored-by: Byungwan Jun <unipro.kr@gmail.com>
2020-08-06 20:35:08 -07:00
..
mp4box Refactoring (#17) 2020-08-06 20:35:08 -07:00
error.rs Feature/mp4copy (#14) 2020-08-04 16:56:59 -07:00
lib.rs Feature/mp4copy (#14) 2020-08-04 16:56:59 -07:00
reader.rs Update examples (#16) 2020-08-05 23:00:53 -07:00
track.rs Feature/mp4copy (#14) 2020-08-04 16:56:59 -07:00
types.rs Feature/mp4copy (#14) 2020-08-04 16:56:59 -07:00
writer.rs Feature/mp4copy (#14) 2020-08-04 16:56:59 -07:00