Always output the stream PID in verbose identification mode

This commit is contained in:
Moritz Bunkus 2012-01-31 12:49:29 +01:00
parent ace2654f77
commit 9b9237a0a6

View File

@ -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