diff options
Diffstat (limited to 'lib/dvb/dvb.h')
| -rw-r--r-- | lib/dvb/dvb.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h index 01a0e47e..b739f0ae 100644 --- a/lib/dvb/dvb.h +++ b/lib/dvb/dvb.h @@ -192,8 +192,10 @@ public: RESULT playFile(const char *file); RESULT getLength(pts_t &len); RESULT getCurrentPosition(pts_t &pos); - RESULT seekTo(pts_t &pts); - RESULT seekToPosition(int relative, const off_t &off); + RESULT seekTo(int relative, pts_t &pts); + /* seeking to relative positions won't work - + there is an unknown amount of buffers in between */ + RESULT seekToPosition(const off_t &off); private: ePtr<eDVBAllocatedFrontend> m_frontend; |
