summaryrefslogtreecommitdiff
path: root/display.h
diff options
context:
space:
mode:
authorandreas 'randy' weinberger <vdr@smue.org>2010-11-14 13:51:14 +0100
committerandreas 'randy' weinberger <vdr@smue.org>2010-11-14 13:51:14 +0100
commitc97517dfd803ab7132412725e91241fcca36cbe0 (patch)
tree55d96a5205406505d82ce2b40868186f1cf34840 /display.h
parent97aa570b797460a599696cc22801e968015a5be4 (diff)
downloadvdr-plugin-graphlcd-c97517dfd803ab7132412725e91241fcca36cbe0.tar.gz
vdr-plugin-graphlcd-c97517dfd803ab7132412725e91241fcca36cbe0.tar.bz2
wrong recordinglength with vdr-1.7.x
see http://projects.vdr-developer.org/issues/443 & http://www.vdrportal.de/board/thread.php?postid=955543#post955543
Diffstat (limited to 'display.h')
-rw-r--r--display.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/display.h b/display.h
index 38ddd10..b4ae79a 100644
--- a/display.h
+++ b/display.h
@@ -132,9 +132,9 @@ private:
bool CheckAndUpdateSymbols();
/** Check if replay index bigger as one hour */
- bool IndexIsGreaterAsOneHour(int Index) const;
+ bool IndexIsGreaterAsOneHour(int Index,double framesPerSecond) const;
/** Translate replay index to string with minute and second MM:SS */
- const char *IndexToMS(int Index) const;
+ const char *IndexToMS(int Index, double framesPerSecond) const;
/** Compare Scroller with new Textbuffer*/
bool IsScrollerTextChanged(const std::vector<cScroller> & scroller, const std::vector <std::string> & lines) const;
/** Returns true if Logo loaded and active*/