git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3931e5f
)
longer sdt timeout (needed for "dish network" scan)
author
ghost
<andreas.monzner@multimedia-labs.de>
Wed, 15 Jul 2009 14:57:19 +0000
(16:57 +0200)
committer
ghost
<andreas.monzner@multimedia-labs.de>
Wed, 15 Jul 2009 14:57:19 +0000
(16:57 +0200)
lib/dvb/specs.h
patch
|
blob
|
history
diff --git
a/lib/dvb/specs.h
b/lib/dvb/specs.h
index fdbaea1cfd71cef9fdb7e7aac80b8282020700ff..6be938cb067f9d3efca2abddc5977d436f664ed1 100644
(file)
--- 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 =
2
0000; // ServiceDescriptionSection::TIMEOUT;
+ m_spec.timeout =
6
0000; // ServiceDescriptionSection::TIMEOUT;
m_spec.flags = eDVBTableSpec::tfAnyVersion |
eDVBTableSpec::tfHaveTID | eDVBTableSpec::tfCheckCRC |
eDVBTableSpec::tfHaveTIDExt | eDVBTableSpec::tfHaveTimeout;