summaryrefslogtreecommitdiff
path: root/command/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'command/global.h')
-rw-r--r--command/global.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/command/global.h b/command/global.h
index 52764ee..bfd4703 100644
--- a/command/global.h
+++ b/command/global.h
@@ -34,23 +34,21 @@ typedef unsigned char uchar;
#define MT_ASSUMEDSTART 0x21
#define MT_ASSUMEDSTOP 0x22
-#define MT_ASPECTCHANGE 0x30
-#define MT_ASPECTSTART 0x31
-#define MT_ASPECTSTOP 0x32
+#define MT_LOGOCHANGE 0x30
+#define MT_LOGOSTART 0x31
+#define MT_LOGOSTOP 0x32
-#define MT_CHANNELCHANGE 0x40
-#define MT_CHANNELSTART 0x41
-#define MT_CHANNELSTOP 0x42
+#define MT_BORDERCHANGE 0x40
+#define MT_BORDERSTART 0x41
+#define MT_BORDERSTOP 0x42
-#define MT_LOGOCHANGE 0x50
-#define MT_LOGOSTART 0x51
-#define MT_LOGOSTOP 0x52
+#define MT_ASPECTCHANGE 0x50
+#define MT_ASPECTSTART 0x51
+#define MT_ASPECTSTOP 0x52
-#define MT_BORDERCHANGE 0x60
-#define MT_BORDERSTART 0x61
-#define MT_BORDERSTOP 0x62
-
-#define MT_SILENCECHANGE 0x90
+#define MT_CHANNELCHANGE 0x60
+#define MT_CHANNELSTART 0x61
+#define MT_CHANNELSTOP 0x62
#define MT_MOVED 0xE0
#define MT_ALL 0xFF
@@ -125,9 +123,11 @@ typedef struct MarkAdContext
struct Info
{
+
+ MarkAdAspectRatio AspectRatio;
int Channels;
+
char *ChannelName;
- MarkAdAspectRatio AspectRatio;
MarkAdPid VPid;
MarkAdPid APid;
MarkAdPid DPid;