diff options
Diffstat (limited to 'remuxer/src/lib.rs')
-rw-r--r-- | remuxer/src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/remuxer/src/lib.rs b/remuxer/src/lib.rs index 7f5ad1c..3ea16e2 100644 --- a/remuxer/src/lib.rs +++ b/remuxer/src/lib.rs @@ -5,7 +5,6 @@ */ pub mod extract; pub mod fragment; -pub mod metadata; pub mod remux; pub mod seek_index; pub mod segment_extractor; @@ -14,7 +13,7 @@ pub mod trim_writer; pub use fragment::write_fragment_into; pub use remux::remux_stream_into; -use jellycommon::{SourceTrack, SourceTrackKind}; +use jellybase::common::{SourceTrack, SourceTrackKind}; use jellymatroska::{Master, MatroskaTag}; pub fn ebml_header(webm: bool) -> MatroskaTag { |