1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2025-01-03 17:08:40 +00:00

expose StcoBox

This commit is contained in:
Stuart Woodbury 2023-07-14 16:40:42 -04:00
parent 5d070ebfbf
commit 52e8a8b654

View file

@ -122,6 +122,7 @@ pub use mvhd::MvhdBox;
pub use opus::*;
pub use smhd::SmhdBox;
pub use stbl::StblBox;
pub use stco::StcoBox;
pub use stsc::StscBox;
pub use stsd::StsdBox;
pub use stsz::StszBox;