use video stc for display. make skipping look a bit better.
[enigma2.git] / lib / dvb / dvb.h
index a7be0a71f8de5e0b2f650156995743477469a556..23dd777843b45c3369cd1cc39c70d94e1e8c3fe6 100644 (file)
@@ -215,7 +215,7 @@ public:
                /* iDVBPVRChannel */
        RESULT playFile(const char *file);
        RESULT getLength(pts_t &len);
-       RESULT getCurrentPosition(iDVBDemux *decoding_demux, pts_t &pos);
+       RESULT getCurrentPosition(iDVBDemux *decoding_demux, pts_t &pos, int mode);
        RESULT seekTo(iDVBDemux *decoding_demux, int relative, pts_t &pts);
                        /* seeking to relative positions won't work - 
                           there is an unknown amount of buffers in between */