mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 14:27:42 +00:00
MPEG PS reader: Print the MPEG stream ID in verbose identification mode.
This commit is contained in:
parent
d02e58868a
commit
71907398c9
@ -1300,6 +1300,8 @@ mpeg_ps_reader_c::identify() {
|
||||
info += "packetizer:mpeg4_p10_es_video ";
|
||||
}
|
||||
|
||||
info += mxsprintf("stream_id:%#x", track->id);
|
||||
|
||||
if (!info.empty()) {
|
||||
info = mxsprintf(" [%s]", info.c_str());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user