aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-09-10 08:44:21 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-09-10 08:44:21 +0000
commitf2f479db5200a1b73c88330f253fabc3c6768e5e (patch)
tree1e12e69383a9f9e220851765836b6b99324c314c /lib/dvb
parentbe5e9b704e6ff159091583735ff643c801354bec (diff)
downloadenigma2-f2f479db5200a1b73c88330f253fabc3c6768e5e.tar.gz
enigma2-f2f479db5200a1b73c88330f253fabc3c6768e5e.zip
use 4 seconds for pat and pmt timeout instead of 20 seconds
Diffstat (limited to 'lib/dvb')
-rw-r--r--lib/dvb/specs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dvb/specs.h b/lib/dvb/specs.h
index 6f30c7b2..c53a23b5 100644
--- a/lib/dvb/specs.h
+++ b/lib/dvb/specs.h
@@ -19,7 +19,7 @@ public:
m_spec.pid = pid;
m_spec.tid = ProgramMapSection::TID;
m_spec.tidext = sid;
- m_spec.timeout = 20000; // ProgramMapSection::TIMEOUT;
+ m_spec.timeout = 4000; // ProgramMapSection::TIMEOUT;
m_spec.flags = eDVBTableSpec::tfAnyVersion |
eDVBTableSpec::tfHaveTID | eDVBTableSpec::tfHaveTIDExt |
eDVBTableSpec::tfCheckCRC | eDVBTableSpec::tfHaveTimeout;
@@ -112,7 +112,7 @@ public:
{
m_spec.pid = ProgramAssociationSection::PID;
m_spec.tid = ProgramAssociationSection::TID;
- m_spec.timeout = 20000; // ProgramAssociationSection::TIMEOUT;
+ m_spec.timeout = 4000; // ProgramAssociationSection::TIMEOUT;
m_spec.flags = eDVBTableSpec::tfAnyVersion |
eDVBTableSpec::tfHaveTID | eDVBTableSpec::tfCheckCRC |
eDVBTableSpec::tfHaveTimeout;