diff options
author | Jochen Dolze <vdr@dolze.de> | 2011-03-02 23:45:07 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2011-03-02 23:45:07 +0100 |
commit | 94039853e1047a10d66363f6986ad70ceee88b43 (patch) | |
tree | 86754ca140b6e7f3273738f3e878be52753fa4f3 /command/markad-standalone.h | |
parent | dbcbcef08f7fd9cd09cac5a0db95df1fd24a55ed (diff) | |
download | vdr-plugin-markad-94039853e1047a10d66363f6986ad70ceee88b43.tar.gz vdr-plugin-markad-94039853e1047a10d66363f6986ad70ceee88b43.tar.bz2 |
Added experimental start/stop detection without logo
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 4888dd8..77b9bde 100644 --- a/command/markad-standalone.h +++ b/command/markad-standalone.h @@ -207,6 +207,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) + bool iStopinBroadCast; // in broadcast @ iStop position? void CheckStop(); void CheckStart(); |