mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-17 17:24:54 +00:00
More debugging code
This commit is contained in:
parent
8ae6a96b25
commit
f8e9cd6ade
@ -720,6 +720,8 @@ mpeg_ts_reader_c::parse_pmt(unsigned char *pmt) {
|
||||
pmt_descriptor = (mpeg_ts_pmt_descriptor_t *)((unsigned char *)pmt_pid_info + sizeof(mpeg_ts_pmt_pid_info_t));
|
||||
|
||||
while (pmt_descriptor < (mpeg_ts_pmt_descriptor_t *)((unsigned char *)pmt_pid_info + sizeof(mpeg_ts_pmt_pid_info_t) + es_info_length)) {
|
||||
mxdebug_if(m_debug_pat_pmt, boost::format("mpeg_ts:parse_pmt: PMT descriptor tag 0x%|1$02x| length %2%\n") % static_cast<unsigned int>(pmt_descriptor->tag) % static_cast<unsigned int>(pmt_descriptor->length));
|
||||
|
||||
switch(pmt_descriptor->tag) {
|
||||
case 0x56: // Teletext descriptor
|
||||
if (pmt_pid_info->stream_type == ISO_13818_PES_PRIVATE) { // PES containig private data
|
||||
|
Loading…
Reference in New Issue
Block a user