X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fdvb%2Ftstools.h;h=71e00df968242573c5aa48efe44a03a64c1cadb4;hb=6dcb75c26bbfec04b381bb99d75404f9fe50635d;hp=1aa10c70e6fa52398880a0f2bedc1cef8c67fc4c;hpb=1026ef92d84821603bd865adb10a518238f33e0e;p=vuplus_dvbapp diff --git a/lib/dvb/tstools.h b/lib/dvb/tstools.h index 1aa10c7..71e00df 100644 --- a/lib/dvb/tstools.h +++ b/lib/dvb/tstools.h @@ -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