1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2025-01-21 17:18:06 +00:00

expose more boxes

This commit is contained in:
Stuart Woodbury 2023-07-14 15:01:05 -04:00
parent 90b90301ab
commit 5d070ebfbf

View file

@ -111,6 +111,7 @@ pub use dinf::*;
pub use emsg::EmsgBox; pub use emsg::EmsgBox;
pub use ftyp::FtypBox; pub use ftyp::FtypBox;
pub use hdlr::HdlrBox; pub use hdlr::HdlrBox;
pub use mdhd::MdhdBox;
pub use mdia::MdiaBox; pub use mdia::MdiaBox;
pub use mfhd::MfhdBox; pub use mfhd::MfhdBox;
pub use minf::MinfBox; pub use minf::MinfBox;