X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a0f0f0b446b7b0fd941194299fa4840b609df1f0..e448808c8c2faf89397318e61fd83259835d1977:/lib/dvb/pmt.h diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index 3e22174b..e27135e3 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -142,7 +142,7 @@ public: struct audioStream { int pid; - enum { atMPEG, atAC3, atDTS, atAAC, atAACHE }; + enum { atMPEG, atAC3, atDTS, atAAC, atAACHE, atLPCM }; int type; // mpeg2, ac3, dts, ... int component_tag; @@ -204,7 +204,7 @@ public: int getChannel(eUsePtr &channel); void resetCachedProgram() { m_have_cached_program = false; } - int tune(eServiceReferenceDVB &ref, int use_decode_demux, eCueSheet *sg=0, bool simulate=false); + int tune(eServiceReferenceDVB &ref, int use_decode_demux, eCueSheet *sg=0, bool simulate=false, eDVBService *service = 0); void free(); private: bool m_have_cached_program;