aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/tstools.h
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-08-16 01:02:55 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-08-16 01:02:55 +0000
commitfe813cde98c0c550137b47dd7a75ec2d4d9e6f34 (patch)
tree6aac164b9b49a35bb2c3eff0e61a305118fcab42 /lib/dvb/tstools.h
parent4fcbd4dd4bee8c65b46b7185879c445beae6ca29 (diff)
downloadenigma2-fe813cde98c0c550137b47dd7a75ec2d4d9e6f34.tar.gz
enigma2-fe813cde98c0c550137b47dd7a75ec2d4d9e6f34.zip
- add getLength() call to iStaticServiceInformation
- implementation for dvb pvr streams using tstools - start of implementing status information for PVR
Diffstat (limited to 'lib/dvb/tstools.h')
-rw-r--r--lib/dvb/tstools.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dvb/tstools.h b/lib/dvb/tstools.h
index c6f2cbbc..a50ab441 100644
--- a/lib/dvb/tstools.h
+++ b/lib/dvb/tstools.h
@@ -8,10 +8,11 @@
* thus we're not evaluating PES headers, not adaption fields.
*/
+typedef unsigned long long pts_t;
+
class eDVBTSTools
{
public:
- typedef unsigned long long pts_t;
eDVBTSTools();
~eDVBTSTools();
@@ -38,5 +39,4 @@ private:
off_t m_offset_begin, m_offset_end;
};
-
#endif