add getNextAccessPoint
[vuplus_dvbapp] / lib / dvb / tstools.h
index f23d810..7612807 100644 (file)
@@ -41,6 +41,8 @@ public:
                /* get (approximate) offset corresponding to PTS */
        int getOffset(off_t &offset, pts_t &pts);
        
+       int getNextAccessPoint(pts_t &ts, const pts_t &start, int direction);
+       
        void calcBegin();
        void calcEnd();