mirror of
https://github.com/alfg/mp4-rust.git
synced 2025-01-03 08:58:40 +00:00
expose TrakBox
This commit is contained in:
parent
55875d72de
commit
1101df41bb
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ pub use emsg::EmsgBox;
|
|||
pub use ftyp::FtypBox;
|
||||
pub use moof::MoofBox;
|
||||
pub use moov::MoovBox;
|
||||
pub use trak::TrakBox;
|
||||
|
||||
pub const HEADER_SIZE: u64 = 8;
|
||||
// const HEADER_LARGE_SIZE: u64 = 16;
|
||||
|
|
Loading…
Reference in a new issue