aboutsummaryrefslogtreecommitdiff
path: root/common/src/seek_index.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-01-26 04:22:51 +0100
committermetamuffin <metamuffin@disroot.org>2024-01-26 04:22:51 +0100
commit8fb1a7033bc3936516f24b3a797d005ef9a54422 (patch)
tree56a08b891437425742e45dff8e66311da47a5028 /common/src/seek_index.rs
parent2e41b2b373d5a057061a7694aa5e83001efeaf0f (diff)
downloadjellything-8fb1a7033bc3936516f24b3a797d005ef9a54422.tar
jellything-8fb1a7033bc3936516f24b3a797d005ef9a54422.tar.bz2
jellything-8fb1a7033bc3936516f24b3a797d005ef9a54422.tar.zst
snippet subtitles are working.
Diffstat (limited to 'common/src/seek_index.rs')
-rw-r--r--common/src/seek_index.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/seek_index.rs b/common/src/seek_index.rs
index 07710a9..fb41b40 100644
--- a/common/src/seek_index.rs
+++ b/common/src/seek_index.rs
@@ -17,6 +17,7 @@ pub struct SeekIndex {
#[derive(Debug, Clone, Decode, Encode)]
pub struct BlockIndex {
pub pts: u64,
+ // pub duration: Option<u64>,
pub source_off: usize,
pub size: usize,
}