python object refcount debugging code second try
[vuplus_dvbapp] / lib / dvb / tstools.h
index 1aa10c7..71e00df 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