summaryrefslogtreecommitdiff
path: root/command/markad-standalone.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-10-05 23:55:58 +0200
committerJochen Dolze <vdr@dolze.de>2010-10-05 23:55:58 +0200
commitcf943e09a29f255ec4f7fa8a7c6fc7813ea9ded0 (patch)
tree084bd259565224bd42f67bde2c1b84e78f97dc2d /command/markad-standalone.h
parent711def8f20707e2816c957d5d4edb8952b0876e6 (diff)
downloadvdr-plugin-markad-cf943e09a29f255ec4f7fa8a7c6fc7813ea9ded0.tar.gz
vdr-plugin-markad-cf943e09a29f255ec4f7fa8a7c6fc7813ea9ded0.tar.bz2
Improved start/stop mark processing
Diffstat (limited to 'command/markad-standalone.h')
-rw-r--r--command/markad-standalone.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/command/markad-standalone.h b/command/markad-standalone.h
index 0787683..4e506c6 100644
--- a/command/markad-standalone.h
+++ b/command/markad-standalone.h
@@ -206,7 +206,9 @@ unsigned Descriptor_Length:
bool bGenIndex;
int tStart; // pretimer in seconds
int iStart; // pretimer as index value
+ int iStartCheck; // check position for iStart
int iStop; // posttimer as index value
+ int iStopCheck; // check position for iStop
bool setAudio51; // set audio to 5.1 in info
bool setAudio20; // set audio to 2.0 in info
@@ -216,6 +218,7 @@ unsigned Descriptor_Length:
int nextPictType;
int chkLEFT;
+ int chkLEFT2;
int chkRIGHT;
void CheckBroadcastLength();
@@ -233,7 +236,7 @@ unsigned Descriptor_Length:
void CalculateStopPosition(int startframe);
void CheckFirstMark();
void CheckLastMark();
- void CheckStartStop(int lastiframe);
+ void CheckStartStop(int frame, bool checkend=false);
void CheckInfoAspectRatio();
void CheckLogoMarks();
void AddStartMark();