diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-03-21 13:12:44 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-03-21 13:12:44 +0100 |
commit | 58ce63f95804bdc642c4f39f985763c22e781de3 (patch) | |
tree | 47891e66c0466525b8792b6a7dee6ea7e8dbfd79 /markad-standalone.h | |
parent | 4477718958200c712d9243f8890edd3aece263da (diff) | |
download | vdr-plugin-markad-58ce63f95804bdc642c4f39f985763c22e781de3.tar.gz vdr-plugin-markad-58ce63f95804bdc642c4f39f985763c22e781de3.tar.bz2 |
Checkindex improved again
Diffstat (limited to 'markad-standalone.h')
-rw-r--r-- | markad-standalone.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/markad-standalone.h b/markad-standalone.h index 884a663..99ad0ac 100644 --- a/markad-standalone.h +++ b/markad-standalone.h @@ -17,6 +17,7 @@ #include <signal.h> #include <ctype.h> #include <sys/time.h> +#include <sys/resource.h> #include "demux.h" #include "global.h" @@ -158,6 +159,7 @@ unsigned Descriptor_Length: int lastiframe; int framecnt; bool abort; + int waittime; bool noticeVDR_MP2; bool noticeVDR_AC3; @@ -167,10 +169,9 @@ unsigned Descriptor_Length: bool bIgnoreAudioInfo; bool bIgnoreVideoInfo; - void CheckIndex(bool NoLastFrameCheck); + void CheckIndex(); char *indexFile; int sleepcnt; - int lastmaxframes; void SaveFrame(int Frame); |