add getOffset and fix pvrparse for that
[vuplus_dvbapp] / lib / dvb / tstools.h
index 723207d..f23d810 100644 (file)
@@ -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();