From: Felix Domke Date: Sat, 8 Apr 2006 00:56:20 +0000 (+0000) Subject: select whether to use a primary decoder X-Git-Tag: 2.6.0~3674 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/2fc25f8451dc0cb09e7e4011eab01d8d311fbaf8 select whether to use a primary decoder --- 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 &reader)=0; virtual RESULT createTSRecorder(ePtr &recorder)=0; - virtual RESULT getMPEGDecoder(ePtr &reader)=0; + virtual RESULT getMPEGDecoder(ePtr &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;