aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/dvb.h
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2007-05-05 07:43:05 +0000
committerFelix Domke <tmbinc@elitedvb.net>2007-05-05 07:43:05 +0000
commit8c6a25caeda5fa63b80bc40c6047cd1ae13a83dd (patch)
tree40062ab825df12f84686fb32c112b5d180e3a3eb /lib/dvb/dvb.h
parentfa664bead71329a67c53bc1814a3d68d397045d1 (diff)
downloadenigma2-8c6a25caeda5fa63b80bc40c6047cd1ae13a83dd.tar.gz
enigma2-8c6a25caeda5fa63b80bc40c6047cd1ae13a83dd.zip
align lengths given by playback spans
Diffstat (limited to 'lib/dvb/dvb.h')
-rw-r--r--lib/dvb/dvb.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h
index 692ae839..7bfaa489 100644
--- a/lib/dvb/dvb.h
+++ b/lib/dvb/dvb.h
@@ -221,6 +221,9 @@ SWIG_EXTEND(ePtr<eDVBResourceManager>,
);
#ifndef SWIG
+
+class eDVBChannelFilePush;
+
/* iDVBPVRChannel includes iDVBChannel. don't panic. */
class eDVBChannel: public iDVBPVRChannel, public iFilePushScatterGather, public Object
{
@@ -272,7 +275,7 @@ private:
ePtr<eConnection> m_conn_frontendStateChanged;
/* for PVR playback */
- eFilePushThread *m_pvr_thread;
+ eDVBChannelFilePush *m_pvr_thread;
void pvrEvent(int event);
int m_pvr_fd_dst;