diff options
Diffstat (limited to 'lib/dvb')
| -rw-r--r-- | lib/dvb/idvb.h | 2 |
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; |
