From a33ff213255db7f59090f70235ec06c502e2a2ce Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 30 Jun 2005 14:52:13 +0000 Subject: add dvb time handling with transponder time correction algo.. this use a rtc, when avail, mainloop changes for set linux time --- lib/dvb/esection.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/dvb/esection.cpp') diff --git a/lib/dvb/esection.cpp b/lib/dvb/esection.cpp index 6f634ae1..a80168b5 100644 --- a/lib/dvb/esection.cpp +++ b/lib/dvb/esection.cpp @@ -22,8 +22,7 @@ void eGTable::sectionRead(const __u8 *d) void eGTable::timeout() { - printf("timeout!\n"); -// eDebug("timeout!"); + eDebug("timeout!"); m_reader->stop(); ready = 1; error = -1; @@ -58,7 +57,7 @@ RESULT eGTable::start(iDVBSectionReader *reader, const eDVBTableSpec &table) if (m_table.flags & eDVBTableSpec::tfHaveTID) { mask.data[0] = m_table.tid; - mask.mask[0] = 0xFF; + mask.mask[0] = mask.pid == 0x14 ? 0xFC : 0xFF; } if (m_table.flags & eDVBTableSpec::tfHaveTIDExt) -- cgit v1.2.3