summaryrefslogtreecommitdiff
path: root/command/global.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-04-21 08:41:34 +0200
committerJochen Dolze <vdr@dolze.de>2010-04-21 08:41:34 +0200
commitc54d478ac11813767e0cbd383fb43f659651eb43 (patch)
treeaa56ffd3792a2e53ef6da8552d3f478e75de74f1 /command/global.h
parentb8fb66fe7f224892070debe4597b53c9beca6eb9 (diff)
downloadvdr-plugin-markad-c54d478ac11813767e0cbd383fb43f659651eb43.tar.gz
vdr-plugin-markad-c54d478ac11813767e0cbd383fb43f659651eb43.tar.bz2
added -G and --bstart/--bstop options
Diffstat (limited to 'command/global.h')
-rw-r--r--command/global.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/command/global.h b/command/global.h
index 1034ded..b1b2748 100644
--- a/command/global.h
+++ b/command/global.h
@@ -25,6 +25,8 @@ typedef unsigned char uchar;
#define MT_COMMON 0x10
#define MT_ASPECTCHANGE 0x20
+#define MT_ASPECTSTART 0x21
+#define MT_ASPECTSTOP 0x22
#define MT_CHANNELCHANGE 0x30
#define MT_CHANNELSTART 0x30
@@ -83,6 +85,7 @@ typedef struct MarkAdContext
{
int Length; // in Minutes
char *ChannelID;
+ MarkAdAspectRatio AspectRatio;
MarkAdPid VPid;
MarkAdPid APid;
MarkAdPid DPid;