diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-09-26 00:30:30 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-09-26 00:30:30 +0200 |
commit | 101d294a50e16da992e10363c51b435e6a2fa226 (patch) | |
tree | e94bc2bbbf4c3eff48a3532b0ed15176b66dc24a /command/markad-standalone.h | |
parent | 05dff1022a467deec38f93b0987db9aeb2b43420 (diff) | |
download | vdr-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.h | 2 |
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(); }; |