aboutsummaryrefslogtreecommitdiff
path: root/remuxer/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'remuxer/src/lib.rs')
-rw-r--r--remuxer/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/remuxer/src/lib.rs b/remuxer/src/lib.rs
index a98ffad..cc4b39b 100644
--- a/remuxer/src/lib.rs
+++ b/remuxer/src/lib.rs
@@ -9,6 +9,7 @@ pub mod remux;
pub mod seek_index;
pub mod segment_extractor;
pub mod trim_writer;
+pub mod metadata;
pub use fragment::write_fragment_into;
pub use remux::remux_stream_into;