Opened 17 years ago
Closed 16 years ago
#6539 closed patch (fixed)
cleanup 'record' debug output for program information message table 0xc0
| Reported by: | Owned by: | danielk | |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | MythTV - Recording | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Lots of these in the 'record' output from QAM HDHR recordings:
2009-05-02 22:00:59.449 ATSCStreamData::HandleTables(): Unknown table 0xc0 2009-05-02 22:00:59.502 ATSCStreamData::HandleTables(): Unknown table 0xc0 2009-05-02 22:00:59.575 ATSCStreamData::HandleTables(): Unknown table 0xc0 2009-05-02 22:00:59.628 ATSCStreamData::HandleTables(): Unknown table 0xc0
This table (described in http://www.scte.org/documents/pdf/ANSISCTE572003DVS507.pdf) contains info on the current program but isn't too useful for a Myth system.
The attached patch will quiet the very verbose message above.
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | tableID_PIM_ignore.patch added |
|---|
comment:1 by , 17 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |

(In [23327]) Fixes #6539. Silently ignore SCTE tables in ATSC table parser as we do with errant DVB tables already.