mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Output information about the assigned timecodes for Haali.
This commit is contained in:
parent
29f9905e5c
commit
70ac090c65
@ -932,6 +932,9 @@ generic_packetizer_c::add_packet2(packet_cptr pack) {
|
||||
timecode_factory->get_next(factory_timecode, pack->duration);
|
||||
pack->assigned_timecode = factory_timecode + ti.packet_delay;
|
||||
|
||||
mxverb(2, "mux: track %lld assigned_timecode %lld\n", ti.id,
|
||||
pack->assigned_timecode);
|
||||
|
||||
if (max_timecode_seen < (pack->assigned_timecode + pack->duration))
|
||||
max_timecode_seen = pack->assigned_timecode + pack->duration;
|
||||
if (reader->max_timecode_seen < max_timecode_seen)
|
||||
|
Loading…
Reference in New Issue
Block a user