summaryrefslogtreecommitdiff
path: root/command/markad-standalone.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-09-26 00:30:30 +0200
committerJochen Dolze <vdr@dolze.de>2010-09-26 00:30:30 +0200
commit101d294a50e16da992e10363c51b435e6a2fa226 (patch)
treee94bc2bbbf4c3eff48a3532b0ed15176b66dc24a /command/markad-standalone.h
parent05dff1022a467deec38f93b0987db9aeb2b43420 (diff)
downloadvdr-plugin-markad-101d294a50e16da992e10363c51b435e6a2fa226.tar.gz
vdr-plugin-markad-101d294a50e16da992e10363c51b435e6a2fa226.tar.bz2
Added better thread handling in decoder.cpp, added --threads option
Diffstat (limited to 'command/markad-standalone.h')
-rw-r--r--command/markad-standalone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/markad-standalone.h b/command/markad-standalone.h
index c6d2ff9..0ef14ef 100644
--- a/command/markad-standalone.h
+++ b/command/markad-standalone.h
@@ -262,7 +262,7 @@ public:
bool DecodeAudio, int IgnoreInfo,
const char *LogoDir, const char *MarkFileName,
bool noPid, bool OSD, const char *SVDRPHost, int SVDRPPort,
- bool Before, bool GenIndex);
+ bool Before, bool GenIndex, int Threads);
~cMarkAdStandalone();
};