From fdad4815a5c267a5f20f10604617b833d85ec32e Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 16 Jul 2007 16:17:31 +0000 Subject: fix no more working sec with old api fix get video pts for old api --- lib/dvb/decoder.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/dvb/decoder.h') 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 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); -- cgit v1.2.3