diff options
Diffstat (limited to 'global.h')
-rw-r--r-- | global.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,7 @@ typedef unsigned char uchar; #define MT_CHANNELSTOP 0x31 #define MT_LOGOSTART 0x40 #define MT_LOGOSTOP 0x41 +#define MT_BORDERCHANGE 0x50 #define MT_BORDERSTART 0x50 #define MT_BORDERSTOP 0x51 #define MT_SILENCECHANGE 0x60 @@ -84,6 +85,7 @@ typedef struct MarkAdContext struct Options { bool IgnoreAspectRatio; + bool IgnoreLogoDetection; } Options; struct Info |