summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'global.h')
-rw-r--r--global.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/global.h b/global.h
index 23f7a1a..776e7cc 100644
--- a/global.h
+++ b/global.h
@@ -62,21 +62,22 @@ typedef struct MarkAdContext
{
char *LogoDir; // Logo Directory, default /var/lib/markad
- struct StandAlone
+ struct Options
{
int LogoExtraction;
int LogoWidth;
int LogoHeight;
bool ASD;
- } StandAlone;
+ } Options;
- struct General
+ struct Info
{
+ int Length; // in Minutes
char *ChannelID;
MarkAdPid VPid;
MarkAdPid APid;
MarkAdPid DPid;
- } General;
+ } Info;
struct Video
{