From 4aaf147f7c30e21aae6ad264e71dab189eb15fd2 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sat, 3 May 2008 10:38:55 +0000 Subject: showSinglePic is async and works on broadcom based dreamboxes --- 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 cd59b3d9..409a4421 100644 --- a/lib/dvb/decoder.h +++ b/lib/dvb/decoder.h @@ -107,7 +107,6 @@ class eTSMPEGDecoder: public Object, public iTSMPEGDecoder static int m_audio_channel; DECLARE_REF(eTSMPEGDecoder); std::string m_radio_pic; -private: ePtr m_demux; ePtr m_audio; ePtr m_video; @@ -130,6 +129,9 @@ private: void demux_event(int event); void video_event(struct videoEvent); Signal1 m_video_event; + int m_video_clip_fd; + eTimer m_showSinglePicTimer; + void finishShowSinglePic(); // called by timer public: enum { pidNone = -1 }; eTSMPEGDecoder(eDVBDemux *demux, int decoder); -- cgit v1.2.3