aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/pmt.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-10-27 01:05:05 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-10-27 01:05:05 +0000
commit24a93dcd3c096ef9a46d545c89050f0076911816 (patch)
tree767ad21ccd7b96dcb95a2c91094464bca5510ba0 /lib/dvb/pmt.h
parent85d9c9888483749617edd6fa87064e4885468e1f (diff)
downloadenigma2-24a93dcd3c096ef9a46d545c89050f0076911816.tar.gz
enigma2-24a93dcd3c096ef9a46d545c89050f0076911816.zip
reset cached program on audio pid change (this fixes audio pid in service
info dialog)
Diffstat (limited to 'lib/dvb/pmt.h')
-rw-r--r--lib/dvb/pmt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h
index 701930dc..e5b02752 100644
--- a/lib/dvb/pmt.h
+++ b/lib/dvb/pmt.h
@@ -145,6 +145,7 @@ public:
int getService(ePtr<eDVBService> &service) { service = m_service; return 0; }
int getPMT(ePtr<eTable<ProgramMapSection> > &ptr) { return m_PMT.getCurrent(ptr); }
int getChannel(eUsePtr<iDVBChannel> &channel);
+ void resetCachedProgram() { m_have_cached_program = false; }
int tune(eServiceReferenceDVB &ref, int use_decode_demux, eCueSheet *sg=0);
void free();