diff options
Diffstat (limited to 'common/src/seek_index.rs')
-rw-r--r-- | common/src/seek_index.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/seek_index.rs b/common/src/seek_index.rs index fb41b40..d58cd15 100644 --- a/common/src/seek_index.rs +++ b/common/src/seek_index.rs @@ -18,7 +18,7 @@ pub struct SeekIndex { pub struct BlockIndex { pub pts: u64, // pub duration: Option<u64>, - pub source_off: usize, + pub source_off: u64, // points to start of SimpleBlock or BlockGroup (not the Block inside it) pub size: usize, } |