mirror of
https://github.com/alfg/mp4-rust.git
synced 2024-12-22 03:56:28 +00:00
expose all box types (#61)
This commit is contained in:
parent
b749eaa064
commit
b48066fec4
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ mod types;
|
||||||
pub use types::*;
|
pub use types::*;
|
||||||
|
|
||||||
mod mp4box;
|
mod mp4box;
|
||||||
pub use mp4box::{Mp4Box};
|
pub use mp4box::*;
|
||||||
|
|
||||||
mod track;
|
mod track;
|
||||||
pub use track::{Mp4Track, TrackConfig};
|
pub use track::{Mp4Track, TrackConfig};
|
||||||
|
|
Loading…
Reference in a new issue