1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2025-01-05 01:48:40 +00:00
This commit is contained in:
Damitha Gunwardena 2024-12-23 17:32:17 +11:00
parent da7debf434
commit f58f4efdf3

View file

@ -127,7 +127,7 @@ impl<R: Read + Seek> Mp4Reader<R> {
reader,
ftyp: ftyp.unwrap(),
moov: moov.unwrap(),
sidx: sidx,
sidx,
moofs,
emsgs,
size,
@ -213,7 +213,7 @@ impl<R: Read + Seek> Mp4Reader<R> {
Ok(Mp4Reader {
reader,
ftyp: self.ftyp.clone(),
moov: self.moov.clone(),
moov: self.moov.clone(),
sidx: self.sidx.clone(),
moofs,
emsgs: Vec::new(),