- add getLength() call to iStaticServiceInformation
[enigma2.git] / lib / dvb / tstools.h
index c6f2cbbcba47871a9ab9d4939e23d0d7dd705604..a50ab4419a05c3b040a3cb96ebb794c4dbf819f0 100644 (file)
@@ -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