From 843f9e65f009e5fc5f712b4bee5902ec3676d334 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 17 Jan 2023 18:31:41 +0100 Subject: non-seekable mkv almost works --- common/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/src/lib.rs') diff --git a/common/src/lib.rs b/common/src/lib.rs index c4eac09..0eacc42 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -12,7 +12,7 @@ pub struct DirectoryInfo { pub struct ItemInfo { pub title: String, pub duration: f64, // in seconds - pub tracks: BTreeMap, + pub tracks: BTreeMap, } #[derive(Debug, Clone, Deserialize, Serialize)] @@ -21,6 +21,7 @@ pub struct SourceTrack { pub name: String, pub codec: String, pub language: String, + pub codec_private: Option>, } #[derive(Debug, Clone, Deserialize, Serialize)] -- cgit v1.2.3-70-g09d2