diff options
author | Jochen Dolze <vdr@dolze.de> | 2012-11-01 17:23:42 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2012-11-01 17:23:42 +0100 |
commit | ff587ae924b104af87ad951b3042254117d3d1af (patch) | |
tree | 8ee63fa078373d4ae2569ef15ea471df091c08df /command/markad-standalone.h | |
parent | 7e3a33b48e1a0e1b958324780f6ce61e03acba78 (diff) | |
download | vdr-plugin-markad-ff587ae924b104af87ad951b3042254117d3d1af.tar.gz vdr-plugin-markad-ff587ae924b104af87ad951b3042254117d3d1af.tar.bz2 |
Reverted pretimer detection changes
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 b213983..4a98537 100644 --- a/command/markad-standalone.h +++ b/command/markad-standalone.h @@ -221,7 +221,7 @@ unsigned Descriptor_Length: int skipped; // skipped bytes in whole file bool inBroadCast; // are we in a broadcast (or ad)? - time_t GetBroadcastStart(time_t start, int bstart, int fd); + time_t GetBroadcastStart(time_t start, int fd); void CheckIndexGrowing(); char *indexFile; int sleepcnt; |