summaryrefslogtreecommitdiff
path: root/plugin/setup.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2011-02-09 21:33:37 +0100
committerJochen Dolze <vdr@dolze.de>2011-02-09 21:33:37 +0100
commit71a9b82061cc4420da2357ae99ecc701d7a6eedd (patch)
tree593d9ff7fc169e20cca0788cdaf8ca8e019325da /plugin/setup.h
parent44d861cb39b59700ea5b8bd79da088d0d5400a23 (diff)
downloadvdr-plugin-markad-71a9b82061cc4420da2357ae99ecc701d7a6eedd.tar.gz
vdr-plugin-markad-71a9b82061cc4420da2357ae99ecc701d7a6eedd.tar.bz2
Completed end mark detection
New option -I for correcting info file Better texts for options
Diffstat (limited to 'plugin/setup.h')
-rw-r--r--plugin/setup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/setup.h b/plugin/setup.h
index 0080dfc..c5bf0e2 100644
--- a/plugin/setup.h
+++ b/plugin/setup.h
@@ -22,6 +22,7 @@ struct setup
bool NoMargins;
bool SecondPass;
bool AC3Always;
+ bool SaveInfo;
bool HideMainMenuEntry;
bool Log2Rec;
bool LogoOnly;
@@ -49,6 +50,7 @@ private:
int ac3always;
int log2rec;
int logoonly;
+ int saveinfo;
void write(void);
int lpos;
protected: