mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-04 09:15:05 +00:00
Some more debug info.
This commit is contained in:
parent
93a5083066
commit
05b4c842a5
@ -851,6 +851,8 @@ mpeg_ps_reader_c::found_new_stream(int id) {
|
||||
if ((-1 != id2idx[id]) || blacklisted_ids[id])
|
||||
return;
|
||||
|
||||
mxverb(2, "MPEG PS: new stream id 0x%04x\n", id);
|
||||
|
||||
mpeg_ps_track_ptr track(new mpeg_ps_track_t);
|
||||
track->timecode_offset = timecode;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user