X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d2c297e62af0b7325ae058fdd5656044f0917bdd..45b3e7fc62f7eb221b13cfe0a286d52aade93bc1:/lib/dvb/dvb.h diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h index a7be0a71..23dd7778 100644 --- a/lib/dvb/dvb.h +++ b/lib/dvb/dvb.h @@ -215,7 +215,7 @@ public: /* iDVBPVRChannel */ RESULT playFile(const char *file); RESULT getLength(pts_t &len); - RESULT getCurrentPosition(iDVBDemux *decoding_demux, pts_t &pos); + RESULT getCurrentPosition(iDVBDemux *decoding_demux, pts_t &pos, int mode); RESULT seekTo(iDVBDemux *decoding_demux, int relative, pts_t &pts); /* seeking to relative positions won't work - there is an unknown amount of buffers in between */