don't crash when exitting dvd image selection without selection
[enigma2.git] / lib / dvb / tstools.h
index 1316825390391782b63b072e10a5deacfcb349a5..4bc04729c42056c3ab645ce46cb5a56249f0cb2f 100644 (file)
@@ -40,7 +40,7 @@ public:
        int fixupPTS(const off_t &offset, pts_t &pts);
        
                /* get (approximate) offset corresponding to PTS */
-       int getOffset(off_t &offset, pts_t &pts);
+       int getOffset(off_t &offset, pts_t &pts, int marg=0);
        
        int getNextAccessPoint(pts_t &ts, const pts_t &start, int direction);