summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-03-28 18:13:34 +0200
committerJochen Dolze <vdr@dolze.de>2010-03-28 18:13:34 +0200
commit79f011f8ee26b60c259146d4993a962e6016ca32 (patch)
treec2c7c469a29f68449f1154215209b0ed18fc2f27 /global.h
parent3f4179558b72c175ea691f8f43abb8d6171e0dcf (diff)
downloadvdr-plugin-markad-79f011f8ee26b60c259146d4993a962e6016ca32.tar.gz
vdr-plugin-markad-79f011f8ee26b60c259146d4993a962e6016ca32.tar.bz2
Fixed black border detection
Diffstat (limited to 'global.h')
-rw-r--r--global.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/global.h b/global.h
index 776e7cc..537df9f 100644
--- a/global.h
+++ b/global.h
@@ -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