mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
The offsets in the CTTS atom seem to be signed and not unsigned.
This commit is contained in:
parent
6b97556a0b
commit
18f541b349
@ -108,7 +108,7 @@ struct qtmp4_demuxer_t {
|
|||||||
vector<uint32_t> keyframe_table;
|
vector<uint32_t> keyframe_table;
|
||||||
vector<qt_editlist_t> editlist_table;
|
vector<qt_editlist_t> editlist_table;
|
||||||
vector<qt_frame_offset_t> raw_frame_offset_table;
|
vector<qt_frame_offset_t> raw_frame_offset_table;
|
||||||
vector<uint32_t> frame_offset_table;
|
vector<int32_t> frame_offset_table;
|
||||||
|
|
||||||
esds_t esds;
|
esds_t esds;
|
||||||
bool esds_parsed;
|
bool esds_parsed;
|
||||||
|
Loading…
Reference in New Issue
Block a user