1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2025-01-18 07:45:49 +00:00

expose stsd box

This commit is contained in:
Stuart Woodbury 2023-07-13 11:40:45 -04:00
parent c84183a942
commit 9d00214061

View file

@ -114,6 +114,7 @@ pub use moof::MoofBox;
pub use moov::MoovBox;
pub use mvex::MvexBox;
pub use opus::*;
pub use stsd::StsdBox;
pub use tfdt::TfdtBox;
pub use tfhd::TfhdBox;
pub use traf::TrafBox;