mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
Rewind the file after reading the first frame because a different parser object is used.
This commit is contained in:
parent
3e659ed650
commit
0a3dc9a63a
@ -73,6 +73,7 @@ mpeg_es_reader_c::mpeg_es_reader_c(track_info_c *nti)
|
|||||||
throw "";
|
throw "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mm_io->setFilePointer(0);
|
||||||
version = parser.GetMPEGVersion();
|
version = parser.GetMPEGVersion();
|
||||||
seq_hdr = parser.GetSequenceHeader();
|
seq_hdr = parser.GetSequenceHeader();
|
||||||
width = seq_hdr.width;
|
width = seq_hdr.width;
|
||||||
|
Loading…
Reference in New Issue
Block a user