From 5a00b6f95ebe4d6e487ef96c88d385844541a15b Mon Sep 17 00:00:00 2001 From: deva Date: Sat, 12 Aug 2006 15:47:29 +0000 Subject: New tasks! Made dvfile read at most 25 fps. --- client/dvfile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'client/dvfile.h') diff --git a/client/dvfile.h b/client/dvfile.h index 9e21a4d..8a45044 100644 --- a/client/dvfile.h +++ b/client/dvfile.h @@ -46,6 +46,7 @@ public: Frame *readFrame(); private: + long long last_frame; FILE* fp; }; -- cgit v1.2.3