aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/epgcache.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-06-28 15:06:59 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-06-28 15:06:59 +0000
commit45ae9d73f5cf589c27739a7d4fe63e47aed6f847 (patch)
tree135ce9957b2d4a75f41aa17497f1fcd36800da25 /lib/dvb/epgcache.h
parent8dcea1b45d29593293b99d6beb13c7a4e050d426 (diff)
downloadenigma2-45ae9d73f5cf589c27739a7d4fe63e47aed6f847.tar.gz
enigma2-45ae9d73f5cf589c27739a7d4fe63e47aed6f847.zip
small private epg fix
Diffstat (limited to 'lib/dvb/epgcache.h')
-rw-r--r--lib/dvb/epgcache.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/dvb/epgcache.h b/lib/dvb/epgcache.h
index 69eec7d7..d27c4b3e 100644
--- a/lib/dvb/epgcache.h
+++ b/lib/dvb/epgcache.h
@@ -159,16 +159,15 @@ class eEPGCache: public eMainloop, private eThread, public Object
ePtr<iDVBSectionReader> m_NowNextReader, m_ScheduleReader, m_ScheduleOtherReader;
tidMap seenSections[3], calcedSections[3];
#ifdef ENABLE_PRIVATE_EPG
-#ifdef NEED_DEMUX_WORKAROUND
+ eTimer startPrivateTimer;
int m_PrevVersion;
-#endif
int m_PrivatePid;
uniqueEPGKey m_PrivateService;
ePtr<eConnection> m_PrivateConn;
ePtr<iDVBSectionReader> m_PrivateReader;
std::set<__u8> seenPrivateSections;
void readPrivateData(const __u8 *data);
- void startPrivateReader(int pid, int version);
+ void startPrivateReader();
#endif
void readData(const __u8 *data);
void startChannel();