Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugs
[enigma2.git] / lib / dvb / tstools.h
index f5df8c480f4c4be4d02f21b4484c6618e469e23c..a8e0751ec1e7668d0420089c3dcb42a3353f335f 100644 (file)
@@ -40,7 +40,7 @@ public:
        int fixupPTS(const off_t &offset, pts_t &pts);
        
                /* get (approximate) offset corresponding to PTS */
-       int getOffset(off_t &offset, pts_t &pts);
+       int getOffset(off_t &offset, pts_t &pts, int marg=0);
        
        int getNextAccessPoint(pts_t &ts, const pts_t &start, int direction);
        
@@ -52,9 +52,11 @@ public:
        int calcBitrate(); /* in bits/sec */
        
        void takeSamples();
-       int eDVBTSTools::takeSample(off_t off, pts_t &p);
+       int takeSample(off_t off, pts_t &p);
        
        int findPMT(int &pmt_pid, int &service_id);
+       
+       int findIFrame(off_t &offset, size_t &len, int direction);
 private:
        int m_pid;
        int m_maxrange;