X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/721f838966ed31bde07d08792154e0750d6dd9ae..462ec6f4ad2051551cb91c75ba614d3b7b17c543:/lib/dvb/pmt.h diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index aabac24d..2ad57026 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -15,14 +15,14 @@ #include #include -class eDVBServicePMTHandler; +class eDVBCAService; typedef std::map CAServiceMap; class eDVBCAService: public Object { eServiceReferenceDVB m_service; - uint8_t m_used_demux[10]; + uint8_t m_used_demux[32]; unsigned int m_prev_build_hash; int m_sock, m_clilen; @@ -37,8 +37,8 @@ class eDVBCAService: public Object eDVBCAService(); ~eDVBCAService(); public: - static RESULT register_service( const eServiceReferenceDVB &ref, int demux_num, eDVBCAService *&caservice ); - static RESULT unregister_service( const eServiceReferenceDVB &ref, int demux_num, eTable *ptr ); + static RESULT register_service( const eServiceReferenceDVB &ref, int demux_nums[2], eDVBCAService *&caservice ); + static RESULT unregister_service( const eServiceReferenceDVB &ref, int demux_nums[2], eTable *ptr ); void buildCAPMT(eTable *ptr); }; @@ -68,6 +68,7 @@ class eDVBServicePMTHandler: public Object void PATready(int error); int m_use_decode_demux; + uint8_t m_decode_demux_num; public: eDVBServicePMTHandler(); @@ -111,6 +112,7 @@ public: // ca info int pcrPid; int pmtPid; + int textPid; bool isCrypted; };