aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.h
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-12-09 14:34:43 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-12-09 14:34:43 +0000
commit4c9293c08de2abe11f03d15f6515201348bc41f1 (patch)
treec4a75b2df3ad0c9a7031de58b7299f2642d083cd /lib/service/servicedvb.h
parentcb318dbb6ee8c05f7f4aeb580de06489e2c4c777 (diff)
downloadenigma2-4c9293c08de2abe11f03d15f6515201348bc41f1.tar.gz
enigma2-4c9293c08de2abe11f03d15f6515201348bc41f1.zip
allow dvb state to be queried (last PMT-related event)
Diffstat (limited to 'lib/service/servicedvb.h')
-rw-r--r--lib/service/servicedvb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/service/servicedvb.h b/lib/service/servicedvb.h
index b3978a42..b40341f7 100644
--- a/lib/service/servicedvb.h
+++ b/lib/service/servicedvb.h
@@ -71,7 +71,7 @@ inline int eDVBServiceList::compareLessEqual(const eServiceReference &a, const e
class eDVBServiceBase: public iFrontendInformation
{
protected:
- eDVBServicePMTHandler m_service_handler ;
+ eDVBServicePMTHandler m_service_handler;
public:
// iFrontendInformation
int getFrontendInfo(int w);
@@ -180,6 +180,7 @@ private:
ePtr<iTSMPEGDecoder> m_decoder;
int m_is_primary;
int m_have_video_pid;
+ int m_tune_state;
/* in timeshift mode, we essentially have two channels, and thus pmt handlers. */
eDVBServicePMTHandler m_service_handler_timeshift;