summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2009-03-01 23:50:11 +0100
committerTobias Grimm <tobias@e-tobi.loc>2009-03-01 23:50:11 +0100
commit41f3a108fd60f083b4c1b64dd249c606b55e2720 (patch)
tree46ea648abeda3bd3ce901012410f3dd4c208cca7 /config.h
parent1072f8978350e57f7aa35aaa79081e5031a12901 (diff)
downloadxeatre-vdr-patches-patches/xeatre/1.6/extend-maxvideofilesize.tar.gz
xeatre-vdr-patches-patches/xeatre/1.6/extend-maxvideofilesize.tar.bz2
initial commit of the extend-maxvideofilesize patchpatches/xeatre/1.6/extend-maxvideofilesize
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 5b18432..1a4fac5 100644
--- a/config.h
+++ b/config.h
@@ -196,6 +196,7 @@ private:
cSetupLine *Get(const char *Name, const char *Plugin = NULL);
void Store(const char *Name, const char *Value, const char *Plugin = NULL, bool AllowMultiple = false);
void Store(const char *Name, int Value, const char *Plugin = NULL);
+ void Store(const char *Name, int64_t Value, const char *Plugin = NULL);
public:
// Also adjust cMenuSetup (menu.c) when adding parameters here!
int __BeginData__;
@@ -254,7 +255,7 @@ public:
int FontOsdSize;
int FontSmlSize;
int FontFixSize;
- int MaxVideoFileSize;
+ int64_t MaxVideoFileSize;
int SplitEditedFiles;
int MinEventTimeout, MinUserInactivity;
time_t NextWakeupTime;