From 2536e2274be47a822eb6034d5f359070c4c7270b Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Tue, 23 Mar 2010 21:22:09 +0100 Subject: Added more marktypes, added initial mark rating --- global.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'global.h') diff --git a/global.h b/global.h index ffc44cf..23f7a1a 100644 --- a/global.h +++ b/global.h @@ -25,9 +25,14 @@ typedef unsigned char uchar; #define MT_COMMON 0x10 #define MT_ASPECTCHANGE 0x20 #define MT_CHANNELCHANGE 0x30 -#define MT_LOGOCHANGE 0x40 -#define MT_BORDERCHANGE 0x50 +#define MT_CHANNELSTART 0x30 +#define MT_CHANNELSTOP 0x31 +#define MT_LOGOSTART 0x40 +#define MT_LOGOSTOP 0x41 +#define MT_BORDERSTART 0x50 +#define MT_BORDERSTOP 0x51 #define MT_SILENCECHANGE 0x60 +#define MT_ALL 0xFF typedef struct MarkAdMark { -- cgit v1.2.3