diff options
author | deva <deva> | 2006-08-12 15:47:29 +0000 |
---|---|---|
committer | deva <deva> | 2006-08-12 15:47:29 +0000 |
commit | 5a00b6f95ebe4d6e487ef96c88d385844541a15b (patch) | |
tree | 14dd9ae0306eef1c78c0221d5a0e520e84f31c02 /client/dvfile.h | |
parent | 516535eba2188552a70ead6e953301a6cdaa9794 (diff) |
New tasks!
Made dvfile read at most 25 fps.
Diffstat (limited to 'client/dvfile.h')
-rw-r--r-- | client/dvfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |