add preStart event and use it to load the cutlist
[enigma2.git] / lib / service / servicemp3.h
index 29c1d438b4b5dface9d67604b7a1bceaa8c8b914..15ed0b077b0448e6ec41e5e574c6fa5ded862a13 100644 (file)
@@ -204,6 +204,9 @@ private:
        void pullSubtitle();
        int m_subs_to_pull;
        eSingleLock m_subs_to_pull_lock;
+       gulong m_subs_to_pull_handler_id;
+
+       RESULT seekToImpl(pts_t to);
 
        gint m_aspect, m_width, m_height, m_framerate, m_progressive;
        RESULT trickSeek(gdouble ratio);