aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-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,
}