From ce9eb140ab9243d1c87ace4727a82b7fa50f964b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 28 Jan 2024 03:21:03 +0100 Subject: fix yet another fundamental issue in the ebml reader and seekindex. --- common/src/seek_index.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/src') 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, - pub source_off: usize, + pub source_off: u64, // points to start of SimpleBlock or BlockGroup (not the Block inside it) pub size: usize, } -- cgit v1.2.3-70-g09d2