X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/fdad4815a5c267a5f20f10604617b833d85ec32e..44b88742b46aea5328fc1f5d9435379485c73cbf:/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);