From cf943e09a29f255ec4f7fa8a7c6fc7813ea9ded0 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Tue, 5 Oct 2010 23:55:58 +0200 Subject: Improved start/stop mark processing --- command/markad-standalone.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'command/markad-standalone.h') 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(); -- cgit v1.2.3