diff options
author | andreas 'randy' weinberger <vdr@smue.org> | 2010-11-14 13:51:14 +0100 |
---|---|---|
committer | andreas 'randy' weinberger <vdr@smue.org> | 2010-11-14 13:51:14 +0100 |
commit | c97517dfd803ab7132412725e91241fcca36cbe0 (patch) | |
tree | 55d96a5205406505d82ce2b40868186f1cf34840 /state.h | |
parent | 97aa570b797460a599696cc22801e968015a5be4 (diff) | |
download | vdr-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 'state.h')
-rw-r--r-- | state.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ struct tReplayState int currentLast; int total; int totalLast; + double framesPerSecond; }; struct tCardState |