X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/7f5aa3b85debad0a5642cc5c57cc5b967093ff3e..2c0fdda82ac02f8436816236b4649819274d1c95:/lib/dvb/pvrparse.h diff --git a/lib/dvb/pvrparse.h b/lib/dvb/pvrparse.h index 7b586331..9a0c3eb0 100644 --- a/lib/dvb/pvrparse.h +++ b/lib/dvb/pvrparse.h @@ -40,6 +40,8 @@ public: off_t getAccessPoint(pts_t ts); + int getNextAccessPoint(pts_t &ts, const pts_t &start, int direction); + bool empty(); };