diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-03-20 11:46:58 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-03-20 11:46:58 +0100 |
commit | 31d4abab378d5b069ef02584617858c7c7f3bfe5 (patch) | |
tree | caf1d0c442df8befeac26630a2d2317fddada22d /recording.h | |
parent | d1dd7df17ab9c24867491c7cbaa148ad83ec216f (diff) | |
download | vdr-31d4abab378d5b069ef02584617858c7c7f3bfe5.tar.gz vdr-31d4abab378d5b069ef02584617858c7c7f3bfe5.tar.bz2 |
Made updating the editing marks during replay react faster in case the marks file has just been written
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recording.h b/recording.h index 93b5a9cc..459c1ca0 100644 --- a/recording.h +++ b/recording.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: recording.h 2.16 2011/02/27 12:48:21 kls Exp $ + * $Id: recording.h 2.17 2011/03/20 10:33:30 kls Exp $ */ #ifndef __RECORDING_H @@ -192,7 +192,7 @@ class cMarks : public cConfig<cMark> { private: cString fileName; double framesPerSecond; - time_t lastUpdate; + time_t nextUpdate; time_t lastFileTime; public: bool Load(const char *RecordingFileName, double FramesPerSecond = DEFAULTFRAMESPERSECOND, bool IsPesRecording = false); |