summaryrefslogtreecommitdiff
path: root/command/global.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-09-16 21:37:36 +0200
committerJochen Dolze <vdr@dolze.de>2010-09-16 21:37:36 +0200
commit57df9917d4626d93323c7b0d2368fbf5d4748627 (patch)
treeebfe76fe280db47e223335266eab1bd34afa4226 /command/global.h
parent03fc6351fce571b5ff7454bdfad9d4a0f0fb7679 (diff)
downloadvdr-plugin-markad-57df9917d4626d93323c7b0d2368fbf5d4748627.tar.gz
vdr-plugin-markad-57df9917d4626d93323c7b0d2368fbf5d4748627.tar.bz2
Added second pass processing (overlap, audio silence detection)
Diffstat (limited to 'command/global.h')
-rw-r--r--command/global.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/command/global.h b/command/global.h
index 8508f30..6bc6cb4 100644
--- a/command/global.h
+++ b/command/global.h
@@ -51,6 +51,14 @@ typedef unsigned char uchar;
#define MT_MOVED 0xE0
#define MT_ALL 0xFF
+typedef struct MarkAdPos
+{
+ int FrameNumberBefore;
+ int FrameNumberAfter;
+ char *CommentBefore;
+ char *CommentAfter;
+} MarkAdPos;
+
typedef struct MarkAdMark
{
char Type;