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/global.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/global.h')
-rw-r--r-- | command/global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/command/global.h b/command/global.h index aad3c62..116fc4d 100644 --- a/command/global.h +++ b/command/global.h @@ -67,6 +67,7 @@ typedef struct config int ignoreInfo; int svdrpport; int threads; + int astopoffs; bool DecodeVideo; bool DecodeAudio; |