aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-07-15 16:57:19 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-07-15 16:57:19 +0200
commit420e0f562698fecddf636f0ecfffc3aa17a5987d (patch)
tree821e737dd962050e70133399a8fe90432bcda208 /lib/dvb
parent3931e5f4380d167e1d651f0d056618294cf8234f (diff)
downloadenigma2-420e0f562698fecddf636f0ecfffc3aa17a5987d.tar.gz
enigma2-420e0f562698fecddf636f0ecfffc3aa17a5987d.zip
longer sdt timeout (needed for "dish network" scan)
Diffstat (limited to 'lib/dvb')
-rw-r--r--lib/dvb/specs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/specs.h b/lib/dvb/specs.h
index fdbaea1c..6be938cb 100644
--- a/lib/dvb/specs.h
+++ b/lib/dvb/specs.h
@@ -48,7 +48,7 @@ public:
m_spec.pid = ServiceDescriptionSection::PID;
m_spec.tid = ServiceDescriptionSection::TID;
m_spec.tidext = tsid;
- m_spec.timeout = 20000; // ServiceDescriptionSection::TIMEOUT;
+ m_spec.timeout = 60000; // ServiceDescriptionSection::TIMEOUT;
m_spec.flags = eDVBTableSpec::tfAnyVersion |
eDVBTableSpec::tfHaveTID | eDVBTableSpec::tfCheckCRC |
eDVBTableSpec::tfHaveTIDExt | eDVBTableSpec::tfHaveTimeout;