support for renderer
[enigma2.git] / lib / dvb / tstools.h
index 1aa10c70e6fa52398880a0f2bedc1cef8c67fc4c..71e00df968242573c5aa48efe44a03a64c1cadb4 100644 (file)
@@ -53,6 +53,7 @@ public:
        
        void takeSamples();
        
+       int findPMT(int &pmt_pid, int &service_id);
 private:
        int m_pid;
        int m_maxrange;
@@ -69,6 +70,8 @@ private:
        
        eMPEGStreamInformation m_streaminfo;
        int m_use_streaminfo;
+       off_t m_last_filelength;
+       int m_futile;
 };
 
 #endif