From c97517dfd803ab7132412725e91241fcca36cbe0 Mon Sep 17 00:00:00 2001 From: andreas 'randy' weinberger Date: Sun, 14 Nov 2010 13:51:14 +0100 Subject: 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 --- state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'state.h') diff --git a/state.h b/state.h index 35e79f2..612eabf 100644 --- a/state.h +++ b/state.h @@ -53,6 +53,7 @@ struct tReplayState int currentLast; int total; int totalLast; + double framesPerSecond; }; struct tCardState -- cgit v1.2.3