From: Felix Domke Date: Sat, 30 Apr 2005 17:57:48 +0000 (+0000) Subject: - increased PMT timeout for debugging. X-Git-Tag: 2.6.0~5889 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/6d4050444c2055fdc207a860dc4cf46580431b55 - increased PMT timeout for debugging. --- diff --git a/lib/dvb_si/pmt.h b/lib/dvb_si/pmt.h index 781d7d9a..c82413e8 100644 --- a/lib/dvb_si/pmt.h +++ b/lib/dvb_si/pmt.h @@ -1,5 +1,5 @@ /* - * $Id: pmt.h,v 1.1 2003-10-17 15:36:38 tmbinc Exp $ + * $Id: pmt.h,v 1.2 2005-04-30 17:57:48 tmbinc Exp $ * * (C) 2002-2003 Andreas Oberritter * @@ -62,7 +62,7 @@ class ProgramMapTable : public LongCrcTable, public DescriptorContainer ~ProgramMapTable(void); static const enum TableId TID = TID_PMT; - static const uint32_t TIMEOUT = 600; + static const uint32_t TIMEOUT = 6000; uint16_t getPcrPid(void) const; const ElementaryStreamInfoVector *getEsInfo(void) const;