diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-04-21 08:58:03 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-04-21 08:58:03 +0200 |
commit | 660b6e2a9fa4a90ce931d41749e699c38ccdb91b (patch) | |
tree | 48bc198006a2aad7c62a7653390ae026726788e5 /command/markad-standalone.h | |
parent | c54d478ac11813767e0cbd383fb43f659651eb43 (diff) | |
download | vdr-plugin-markad-660b6e2a9fa4a90ce931d41749e699c38ccdb91b.tar.gz vdr-plugin-markad-660b6e2a9fa4a90ce931d41749e699c38ccdb91b.tar.bz2 |
last commit missed file markad-standalone.h
Diffstat (limited to 'command/markad-standalone.h')
-rw-r--r-- | command/markad-standalone.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/command/markad-standalone.h b/command/markad-standalone.h index 5099ef1..65717b9 100644 --- a/command/markad-standalone.h +++ b/command/markad-standalone.h @@ -19,6 +19,7 @@ #include <netdb.h> #include <sys/time.h> #include <sys/resource.h> +#include <sys/wait.h> #include <pthread.h> #include <poll.h> @@ -188,6 +189,7 @@ unsigned Descriptor_Length: int iframe; int framecnt; bool abort; + bool fastexit; int waittime; bool noticeVDR_MP2; @@ -197,6 +199,9 @@ unsigned Descriptor_Length: bool bDecodeAudio; bool bIgnoreAudioInfo; bool bIgnoreVideoInfo; + bool bGenIndex; + int tStart; + int tStop; void CheckIndex(const char *Directory); char *indexFile; @@ -217,6 +222,7 @@ unsigned Descriptor_Length: bool CheckPATPMT(const char *Directory); bool CheckTS(const char *Directory); bool LoadInfo(const char *Directory); + bool RegenerateVDRIndex(const char *Directory); bool ProcessFile(const char *Directory, int Number); public: void SetAbort() @@ -229,7 +235,7 @@ public: bool DecodeAudio, bool IgnoreVideoInfo, bool IgnoreAudioInfo, const char *LogoDir, const char *MarkFileName, bool ASD, bool noPid, bool OSD, const char *SVDRPHost, int SVDRPPort, - bool Before); + bool Before, bool GenIndex, bool Start, bool Stop); ~cMarkAdStandalone(); }; |