moved PID search to proper please, simplified a bit (using the first found PMT should...
[enigma2.git] / lib / dvb / pmt.h
index b7115ae2080ff84f5b46ff2d201cd2f765680cb5..79d7917c251b684c02a0739b473dcee29c974957 100644 (file)
@@ -128,6 +128,8 @@ public:
 
        int tune(eServiceReferenceDVB &ref, int use_decode_demux, eCueSheet *sg=0);
        void free();
+       
+       int m_pmt_pid;
 };
 
 #endif