summaryrefslogtreecommitdiff
path: root/myreplaycontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'myreplaycontrol.h')
-rw-r--r--myreplaycontrol.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/myreplaycontrol.h b/myreplaycontrol.h
index cd14c96..274737e 100644
--- a/myreplaycontrol.h
+++ b/myreplaycontrol.h
@@ -1,9 +1,8 @@
-#include "mydvbplayer.h"
-
+#include <vdr/dvbplayer.h>
#define MODETIMEOUT 3 // seconds
// --- myReplayControls -------------------------------------------------------
-class myReplayControl : public myDvbPlayerControl {
+class myReplayControl : public cDvbPlayerControl {
private:
cSkinDisplayReplay *displayReplay;
cMarks marks;
@@ -12,6 +11,9 @@ private:
bool lastPlay, lastForward;
int lastSpeed;
time_t timeoutShow;
+#ifdef BIGPACKVERSION
+ time_t lastLoadMarks;
+#endif
bool timeSearchActive, timeSearchHide;
int timeSearchTime, timeSearchPos;
void TimeSearchDisplay(void);