From 044c7e1c75145f1ec9d002b4f6fc4433ff7f9540 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 13 Sep 2025 16:08:42 +0200 Subject: start remuxer crate rewrite; added matroska demuxer and format detection --- matroska/src/lib.rs | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 matroska/src/lib.rs (limited to 'matroska/src/lib.rs') diff --git a/matroska/src/lib.rs b/matroska/src/lib.rs deleted file mode 100644 index 1098ca6..0000000 --- a/matroska/src/lib.rs +++ /dev/null @@ -1,27 +0,0 @@ -/* - This file is part of jellything (https://codeberg.org/metamuffin/jellything) - which is licensed under the GNU Affero General Public License (version 3); see /COPYING. - Copyright (C) 2025 metamuffin -*/ -pub mod block; -pub mod error; -pub mod matroska; -pub mod read; -pub mod size; -pub mod unflatten; -pub mod write; - -pub use matroska::MatroskaTag; -pub use read::ReadValue; -pub use write::WriteValue; - -#[derive(Debug, Clone, PartialEq)] -pub enum Master { - Collected(Vec), - Start, - End, -} - -pub(crate) use block::Block; -pub(crate) use error::Error; -pub(crate) type Result = core::result::Result; -- cgit v1.2.3-70-g09d2