aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/decoder.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-06-25 22:14:53 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-06-25 22:14:53 +0000
commit03379b6e86edfcce851da2d11c3189d1b7843afb (patch)
treec08865b11559dca984c648e661cbe070f71f500a /lib/dvb/decoder.h
parent687353c5fefbeea8486cbb28dedf52a53dc65e9b (diff)
downloadenigma2-03379b6e86edfcce851da2d11c3189d1b7843afb.tar.gz
enigma2-03379b6e86edfcce851da2d11c3189d1b7843afb.zip
add possibility to show iframes (not bugfree yet)
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 b50a605b..8e8f65ad 100644
--- a/lib/dvb/decoder.h
+++ b/lib/dvb/decoder.h
@@ -86,6 +86,7 @@ class eTSMPEGDecoder: public Object, public iTSMPEGDecoder
static int m_ac3_delay;
static int m_audio_channel;
DECLARE_REF(eTSMPEGDecoder);
+ std::string m_radio_pic;
private:
ePtr<eDVBDemux> m_demux;
ePtr<eDVBAudio> m_audio;
@@ -131,7 +132,8 @@ public:
RESULT setZoom(int what);
RESULT flush();
RESULT setTrickmode(int what);
-
+ RESULT showSinglePic(const char *filename);
+ RESULT setRadioPic(const std::string &filename);
/* what 0=auto, 1=video, 2=audio. */
RESULT getPTS(int what, pts_t &pts);
};