summaryrefslogtreecommitdiff
path: root/watch.h
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2011-01-12 21:14:22 +0100
committeranbr <vdr07@deltab.de>2011-01-12 21:14:22 +0100
commitf66c05b344fc865122ecb217b70a2384ce3dfbcd (patch)
treebd70eaca9ff1633b75a0db3a08d20f097cb99142 /watch.h
parentd63fbc75919d581938a765696468f3f97a8afbdd (diff)
downloadvdr-plugin-imonlcd-f66c05b344fc865122ecb217b70a2384ce3dfbcd.tar.gz
vdr-plugin-imonlcd-f66c05b344fc865122ecb217b70a2384ce3dfbcd.tar.bz2
Wrong time on playback of HD recordings (Bug #517)
Diffstat (limited to 'watch.h')
-rw-r--r--watch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/watch.h b/watch.h
index 54e3f5b..2b1f61b 100644
--- a/watch.h
+++ b/watch.h
@@ -128,10 +128,10 @@ protected:
bool Replay();
bool RenderScreen(bool bRedraw);
eReplayState ReplayMode() const;
- bool ReplayPosition(int &current, int &total) const;
+ bool ReplayPosition(int &current, int &total, double& dFrameRate) const;
bool CurrentTime();
- bool ReplayTime(int current, int total);
- const char * FormatReplayTime(int current, int total) const;
+ bool ReplayTime(int& current, int& total);
+ const char * FormatReplayTime(int current, int total, double dFrameRate) const;
public:
ciMonWatch();
virtual ~ciMonWatch();