X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/95039ba3e50f5df85e6e1e2d4108486fd28f2264..c64e82c8bad3393edd88becd31ec1047755f7836:/lib/dvb/tstools.h diff --git a/lib/dvb/tstools.h b/lib/dvb/tstools.h index 723207d3..76128071 100644 --- a/lib/dvb/tstools.h +++ b/lib/dvb/tstools.h @@ -38,6 +38,11 @@ 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 getNextAccessPoint(pts_t &ts, const pts_t &start, int direction); + void calcBegin(); void calcEnd();