diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-10-07 20:27:51 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-10-07 20:27:51 +0200 |
commit | c84d6dba338bc863f0cb64f13b08ef87b65eba65 (patch) | |
tree | 808806f210823da5e3a5dc0d9584681670c85b02 /command/markad-standalone.h | |
parent | 8cf797691409510a1957156d9d2c9cfa104ef6b4 (diff) | |
download | vdr-plugin-markad-c84d6dba338bc863f0cb64f13b08ef87b65eba65.tar.gz vdr-plugin-markad-c84d6dba338bc863f0cb64f13b08ef87b65eba65.tar.bz2 |
Added support for totally broken info files
Code cleanups
Diffstat (limited to 'command/markad-standalone.h')
-rw-r--r-- | command/markad-standalone.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/command/markad-standalone.h b/command/markad-standalone.h index 6cf09b2..b4e2359 100644 --- a/command/markad-standalone.h +++ b/command/markad-standalone.h @@ -23,7 +23,7 @@ #define DELTATIME 20000 /* equals to 222ms (base is 90kHz PTS) */ -#define MAXRANGE 360 /* range to search for start/stop marks in [s] */ +#define MAXRANGE 420 /* range to search for start/stop marks in seconds */ class cOSDMessage { @@ -220,7 +220,6 @@ unsigned Descriptor_Length: int nextPictType; int chkLEFT; - int chkLEFT2; int chkRIGHT; void CheckBroadcastLength(); |