1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-06-02 13:39:54 +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;