aboutsummaryrefslogtreecommitdiff
path: root/remuxer/src/lib.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-02-01 15:11:15 +0100
committermetamuffin <metamuffin@disroot.org>2025-02-01 15:11:15 +0100
commit95d90fbba36a752f7cf96ea0bebd925534341e15 (patch)
tree03b51cc0bda1a6332d7b694a37a806b0ad982050 /remuxer/src/lib.rs
parent05ae425c1b906f81d6981e10688cb6949bf9daaf (diff)
downloadjellything-95d90fbba36a752f7cf96ea0bebd925534341e15.tar
jellything-95d90fbba36a752f7cf96ea0bebd925534341e15.tar.bz2
jellything-95d90fbba36a752f7cf96ea0bebd925534341e15.tar.zst
ebml-struct based fragment writer (does not work)
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 b46369e..f3526dc 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;