diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-16 16:17:31 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-16 16:17:31 +0000 |
| commit | fdad4815a5c267a5f20f10604617b833d85ec32e (patch) | |
| tree | 964224aa46557bcc9a9e8ba8b071b0a26d25ef5e /lib/dvb/decoder.h | |
| parent | 8b7bd9c03984b5f534a0c50561621c1368d926da (diff) | |
| download | enigma2-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.h | 4 |
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); |
