1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-06-02 13:39:54 +00:00

fix(opus): export opus

This commit is contained in:
Stuart Woodbury 2023-07-13 10:09:58 -04:00
parent b72a26b3f5
commit 09343a20ee

View file

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