tdt: add trace hexdump to sdt/nit parsers.
This commit is contained in:
parent
03ec14e0f5
commit
3d5d13b726
1 changed files with 2 additions and 1 deletions
|
@ -349,7 +349,7 @@ dvb_sdt_callback(th_dvb_mux_instance_t *tdmi, uint8_t *ptr, int len,
|
|||
if (!tdmi) return -1;
|
||||
}
|
||||
tvhtrace("sdt", "onid %04X tsid %04X", onid, tsid);
|
||||
//hexdump("sdt", ptr, len);
|
||||
tvhlog_hexdump("sdt", ptr, len);
|
||||
|
||||
// version = ptr[2] >> 1 & 0x1f;
|
||||
// section_number = ptr[3];
|
||||
|
@ -873,6 +873,7 @@ dvb_nit_callback(th_dvb_mux_instance_t *tdmi, uint8_t *ptr, int len,
|
|||
netname[0] = '\0';
|
||||
|
||||
tvhtrace("nit", "tableid 0x%02x", tableid);
|
||||
tvhlog_hexdump("nit", ptr, len);
|
||||
|
||||
/* Check NID */
|
||||
if(tdmi->tdmi_adapter->tda_nitoid &&
|
||||
|
|
Loading…
Add table
Reference in a new issue