summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'global.h')
-rw-r--r--global.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/global.h b/global.h
index 15817cb..ffc44cf 100644
--- a/global.h
+++ b/global.h
@@ -22,8 +22,16 @@ typedef unsigned char uchar;
#define MA_SP_TYPE 6
#define MA_BI_TYPE 7
+#define MT_COMMON 0x10
+#define MT_ASPECTCHANGE 0x20
+#define MT_CHANNELCHANGE 0x30
+#define MT_LOGOCHANGE 0x40
+#define MT_BORDERCHANGE 0x50
+#define MT_SILENCECHANGE 0x60
+
typedef struct MarkAdMark
{
+ int Type;
int Position;
char *Comment;
} MarkAdMark;