mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
Always output the stream PID in verbose identification mode
This commit is contained in:
parent
ace2654f77
commit
9b9237a0a6
@ -493,8 +493,7 @@ mpeg_ts_reader_c::identify() {
|
||||
if (!track->language.empty())
|
||||
verbose_info.push_back((boost::format("language:%1%") % escape(track->language)).str());
|
||||
|
||||
if (debugging_requested("mpeg_ts_pid"))
|
||||
verbose_info.push_back((boost::format("ts_pid:%1%") % track->pid).str());
|
||||
verbose_info.push_back((boost::format("ts_pid:%1%") % track->pid).str());
|
||||
|
||||
std::string type = ES_AUDIO_TYPE == track->type ? ID_RESULT_TRACK_AUDIO
|
||||
: ES_VIDEO_TYPE == track->type ? ID_RESULT_TRACK_VIDEO
|
||||
|
Loading…
Reference in New Issue
Block a user