From f66c05b344fc865122ecb217b70a2384ce3dfbcd Mon Sep 17 00:00:00 2001 From: anbr Date: Wed, 12 Jan 2011 21:14:22 +0100 Subject: Wrong time on playback of HD recordings (Bug #517) --- watch.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'watch.h') 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 ¤t, int &total) const; + bool ReplayPosition(int ¤t, 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(); -- cgit v1.2.3