aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-04-08 00:56:20 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-04-08 00:56:20 +0000
commit2fc25f8451dc0cb09e7e4011eab01d8d311fbaf8 (patch)
tree120d0119205728779a313a246446fc9336f23d1f /lib
parent56881ef900d55ee6056b0c4d9dd9954e950ca32e (diff)
downloadenigma2-2fc25f8451dc0cb09e7e4011eab01d8d311fbaf8.tar.gz
enigma2-2fc25f8451dc0cb09e7e4011eab01d8d311fbaf8.zip
select whether to use a primary decoder
Diffstat (limited to 'lib')
-rw-r--r--lib/dvb/idvb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/idvb.h b/lib/dvb/idvb.h
index 5c94b009..de2b5644 100644
--- a/lib/dvb/idvb.h
+++ b/lib/dvb/idvb.h
@@ -553,7 +553,7 @@ class iDVBDemux: public iObject
public:
virtual RESULT createSectionReader(eMainloop *context, ePtr<iDVBSectionReader> &reader)=0;
virtual RESULT createTSRecorder(ePtr<iDVBTSRecorder> &recorder)=0;
- virtual RESULT getMPEGDecoder(ePtr<iTSMPEGDecoder> &reader)=0;
+ virtual RESULT getMPEGDecoder(ePtr<iTSMPEGDecoder> &reader, int primary=1)=0;
virtual RESULT getSTC(pts_t &pts, int num=0)=0;
virtual RESULT getCADemuxID(uint8_t &id)=0;
virtual RESULT flush()=0;