aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/decoder.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-16 16:17:31 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-16 16:17:31 +0000
commitfdad4815a5c267a5f20f10604617b833d85ec32e (patch)
tree964224aa46557bcc9a9e8ba8b071b0a26d25ef5e /lib/dvb/decoder.h
parent8b7bd9c03984b5f534a0c50561621c1368d926da (diff)
downloadenigma2-fdad4815a5c267a5f20f10604617b833d85ec32e.tar.gz
enigma2-fdad4815a5c267a5f20f10604617b833d85ec32e.zip
fix no more working sec with old api
fix get video pts for old api
Diffstat (limited to 'lib/dvb/decoder.h')
-rw-r--r--lib/dvb/decoder.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/dvb/decoder.h b/lib/dvb/decoder.h
index 2c47834a..cd59b3d9 100644
--- a/lib/dvb/decoder.h
+++ b/lib/dvb/decoder.h
@@ -40,7 +40,9 @@ DECLARE_REF(eDVBVideo);
private:
ePtr<eDVBDemux> m_demux;
int m_fd, m_fd_demux, m_dev;
-
+#if HAVE_DVB_API_VERSION < 3
+ m_fd_video;
+#endif
int m_is_slow_motion, m_is_fast_forward, m_is_freezed;
eSocketNotifier *m_sn;
void video_event(int what);