summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-01-24 15:24:19 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-01-24 15:24:19 +0100
commitf01af488e1063871e8392bced356eb7196a5040f (patch)
tree00ca482c8cb119e4455e61c5d3f0ec9c14d49271 /config.c
parent85e34776ff520d001cb6e0236a3308f143f093f0 (diff)
downloadvdr-f01af488e1063871e8392bced356eb7196a5040f.tar.gz
vdr-f01af488e1063871e8392bced356eb7196a5040f.tar.bz2
Fixed handling the maximum video file size
Diffstat (limited to 'config.c')
-rw-r--r--config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.c b/config.c
index 090a6a1d..1132b121 100644
--- a/config.c
+++ b/config.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.c 1.161 2008/02/17 13:39:00 kls Exp $
+ * $Id: config.c 2.1 2009/01/24 15:05:32 kls Exp $
*/
#include "config.h"
@@ -275,7 +275,7 @@ cSetup::cSetup(void)
FontOsdSize = 22;
FontSmlSize = 18;
FontFixSize = 20;
- MaxVideoFileSize = MAXVIDEOFILESIZE;
+ MaxVideoFileSize = MAXVIDEOFILESIZEDEFAULT;
SplitEditedFiles = 0;
MinEventTimeout = 30;
MinUserInactivity = 300;