diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-10-07 00:35:15 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-10-07 00:35:15 +0200 |
commit | 8cf797691409510a1957156d9d2c9cfa104ef6b4 (patch) | |
tree | 8d06af1b0fde09c824a57f70b4e612c63c33e4a0 /command/markad-standalone.h | |
parent | dd525c902cf68d2a5a9500a3fb8be71d1a71869e (diff) | |
download | vdr-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.h | 5 |
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() { |