diff options
author | Jochen Dolze <vdr@dolze.de> | 2012-11-07 21:19:32 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2012-11-07 21:19:32 +0100 |
commit | 561325258f91786599ac10cdacaf98ab15d3de96 (patch) | |
tree | 16578867c4de8cacc6f3a4208a26e8400041be57 /command/markad-standalone.h | |
parent | 79882a638b95cc369e320c7500fa68350ae9a091 (diff) | |
download | vdr-plugin-markad-561325258f91786599ac10cdacaf98ab15d3de96.tar.gz vdr-plugin-markad-561325258f91786599ac10cdacaf98ab15d3de96.tar.bz2 |
Added cmdline option astopoffs to adjust assumed stop mark
Diffstat (limited to 'command/markad-standalone.h')
-rw-r--r-- | command/markad-standalone.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/command/markad-standalone.h b/command/markad-standalone.h index 4a98537..2d1becc 100644 --- a/command/markad-standalone.h +++ b/command/markad-standalone.h @@ -210,6 +210,7 @@ unsigned Descriptor_Length: int tStart; // pretimer in seconds int iStart; // pretimer in frames (negative if unset) int iStop; // endposition in frames (negative if unset) + int iStopA; // assumed endposition in frames (negative if unset) bool iStopinBroadCast; // in broadcast @ iStop position? void CheckStop(); |