fix comment, don't memmem over end of packet
[enigma2.git] / lib / dvb / pvrparse.h
index 69bb992401ac38aa0603585962e09f19edf91304..b2ddd23d56139a630021d76a44ef863a4fd1790a 100644 (file)
@@ -41,7 +41,7 @@ public:
                /* inter/extrapolate timestamp from offset */
        pts_t getInterpolated(off_t offset);
        
-       off_t getAccessPoint(pts_t ts);
+       off_t getAccessPoint(pts_t ts, int marg=0);
        
        int getNextAccessPoint(pts_t &ts, const pts_t &start, int direction);