X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fdvb_si%2Fpmt.h;fp=lib%2Fdvb_si%2Fpmt.h;h=c82413e8753021735c1d8af4a13180be7e3b4d84;hb=6d4050444c2055fdc207a860dc4cf46580431b55;hp=781d7d9ab11a58fffacc09430755bbf99bae485c;hpb=4e220ae1186c44da895a774e6c3eee11064f98f4;p=vuplus_dvbapp diff --git a/lib/dvb_si/pmt.h b/lib/dvb_si/pmt.h index 781d7d9..c82413e 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;