1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-08 19:43:03 +00:00

expose all box types (#61)

This commit is contained in:
Christopher 2022-03-26 04:13:02 +01:00 committed by GitHub
parent b749eaa064
commit b48066fec4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ mod types;
pub use types::*;
mod mp4box;
pub use mp4box::{Mp4Box};
pub use mp4box::*;
mod track;
pub use track::{Mp4Track, TrackConfig};