summaryrefslogtreecommitdiff
path: root/recorder.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-12-27 12:25:19 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2010-12-27 12:25:19 +0100
commit9f60bd2fc401c0d195e2a55f24e0e09ec17bb824 (patch)
treeae1097fa6360941ab9d23b7eebe493b1a49eaef1 /recorder.h
parent6c0612546ee688d7b7a800bb236396d800c4e19d (diff)
downloadvdr-9f60bd2fc401c0d195e2a55f24e0e09ec17bb824.tar.gz
vdr-9f60bd2fc401c0d195e2a55f24e0e09ec17bb824.tar.bz2
Now updating the 'frames per second' data in the list of recordings when a new recording is started that has a frame rate other than the default
Diffstat (limited to 'recorder.h')
-rw-r--r--recorder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/recorder.h b/recorder.h
index d11d7adf..05cc42b0 100644
--- a/recorder.h
+++ b/recorder.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: recorder.h 2.2 2010/01/29 16:32:32 kls Exp $
+ * $Id: recorder.h 2.3 2010/12/27 11:17:04 kls Exp $
*/
#ifndef __RECORDER_H
@@ -24,7 +24,7 @@ private:
cFileName *fileName;
cIndexFile *index;
cUnbufferedFile *recordFile;
- cRecordingInfo recordingInfo;
+ char *recordingName;
off_t fileSize;
time_t lastDiskSpaceCheck;
bool RunningLowOnDiskSpace(void);