diff options
Diffstat (limited to 'global.h')
-rw-r--r-- | global.h | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 { |