mirror of
https://github.com/alfg/mp4-rust.git
synced 2025-01-05 01:48:40 +00:00
.
This commit is contained in:
parent
da7debf434
commit
f58f4efdf3
1 changed files with 2 additions and 2 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue