summaryrefslogtreecommitdiff
path: root/command/markad-standalone.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-10-07 00:35:15 +0200
committerJochen Dolze <vdr@dolze.de>2010-10-07 00:35:15 +0200
commit8cf797691409510a1957156d9d2c9cfa104ef6b4 (patch)
tree8d06af1b0fde09c824a57f70b4e612c63c33e4a0 /command/markad-standalone.h
parentdd525c902cf68d2a5a9500a3fb8be71d1a71869e (diff)
downloadvdr-plugin-markad-8cf797691409510a1957156d9d2c9cfa104ef6b4.tar.gz
vdr-plugin-markad-8cf797691409510a1957156d9d2c9cfa104ef6b4.tar.bz2
Added check for DolbyDigital5.1 in info with no AC3 audio
Diffstat (limited to 'command/markad-standalone.h')
-rw-r--r--command/markad-standalone.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/command/markad-standalone.h b/command/markad-standalone.h
index 2f8733f..6cf09b2 100644
--- a/command/markad-standalone.h
+++ b/command/markad-standalone.h
@@ -190,7 +190,7 @@ unsigned Descriptor_Length:
int framecnt2; // 2nd pass
bool abort;
- bool fastexit;
+ bool gotendmark;
bool reprocess;
int waittime;
struct timeval tv1,tv2;
@@ -238,6 +238,7 @@ unsigned Descriptor_Length:
void CalculateStopPosition(int startframe, int delta);
void CheckFirstMark();
void CheckLastMark();
+ bool CheckDolbyDigital51();
void CheckStartStop(int frame, bool checkend=false);
void CheckInfoAspectRatio();
void CheckLogoMarks();
@@ -256,7 +257,7 @@ unsigned Descriptor_Length:
bool ProcessFile(int Number);
char *Timestamp2HMS(unsigned int Timestamp);
-
+ void ProcessFile();
public:
void SetAbort()
{