aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/tstools.h
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-02-27 03:06:55 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-02-27 03:06:55 +0000
commitaa3fdc5321e50af5b79085a0942e9b5cf2d82e30 (patch)
tree5e2f3927f49601856ce55c4ea6386dbd969b93c6 /lib/dvb/tstools.h
parentaee1fdd37eadd70de2af1b299af87e238b4ac388 (diff)
downloadenigma2-aa3fdc5321e50af5b79085a0942e9b5cf2d82e30.tar.gz
enigma2-aa3fdc5321e50af5b79085a0942e9b5cf2d82e30.zip
add getOffset and fix pvrparse for that
Diffstat (limited to 'lib/dvb/tstools.h')
-rw-r--r--lib/dvb/tstools.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/dvb/tstools.h b/lib/dvb/tstools.h
index 723207d3..f23d8108 100644
--- a/lib/dvb/tstools.h
+++ b/lib/dvb/tstools.h
@@ -38,6 +38,9 @@ public:
*/
int fixupPTS(const off_t &offset, pts_t &pts);
+ /* get (approximate) offset corresponding to PTS */
+ int getOffset(off_t &offset, pts_t &pts);
+
void calcBegin();
void calcEnd();