hack to have primary and secondary decoder (for now)
[enigma2.git] / lib / dvb / demux.h
index 19ed1a1e468750ba6373bee56ddf2416b758da1f..8f11e8403e6b9165bc69f9f8e3c292a39fb5b663 100644 (file)
@@ -19,7 +19,7 @@ public:
        
        RESULT createSectionReader(eMainloop *context, ePtr<iDVBSectionReader> &reader);
        RESULT createTSRecorder(ePtr<iDVBTSRecorder> &recorder);
-       RESULT getMPEGDecoder(ePtr<iTSMPEGDecoder> &reader);
+       RESULT getMPEGDecoder(ePtr<iTSMPEGDecoder> &reader, int primary);
        RESULT getSTC(pts_t &pts, int num);
        RESULT getCADemuxID(uint8_t &id) { id = demux; return 0; }
        RESULT flush();