MPEG PS reader: Print the MPEG stream ID in verbose identification mode.

This commit is contained in:
Moritz Bunkus 2007-07-09 10:29:53 +00:00
parent d02e58868a
commit 71907398c9

View File

@ -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());
}