diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-04-17 13:22:44 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-04-17 13:22:44 +0200 |
commit | 5138ccc1ce2708f4db5ca274c4d6696f64901e35 (patch) | |
tree | da39442d79fcf4d8eca0b69d0827bc83bb0e7c93 /recording.h | |
parent | 8e3c9f553fd2b39007dd0066b2f88ac6d953755e (diff) | |
download | vdr-5138ccc1ce2708f4db5ca274c4d6696f64901e35.tar.gz vdr-5138ccc1ce2708f4db5ca274c4d6696f64901e35.tar.bz2 |
Added a patch from Udo Richter
Diffstat (limited to 'recording.h')
-rw-r--r-- | recording.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recording.h b/recording.h index 3410ae23..8ec7f49e 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.18 2011/04/03 11:14:37 kls Exp $ + * $Id: recording.h 2.19 2011/04/17 13:18:04 kls Exp $ */ #ifndef __RECORDING_H @@ -194,6 +194,7 @@ private: double framesPerSecond; time_t nextUpdate; time_t lastFileTime; + time_t lastChange; public: bool Load(const char *RecordingFileName, double FramesPerSecond = DEFAULTFRAMESPERSECOND, bool IsPesRecording = false); bool Update(void); |