diff options
Diffstat (limited to 'global.h')
-rw-r--r-- | global.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -54,7 +54,7 @@ typedef struct MarkAdContext int LogoExtraction; int LogoWidth; int LogoHeight; - MarkAdAspectRatio AspectRatioHint; + bool ASD; } StandAlone; struct General @@ -92,6 +92,11 @@ typedef struct MarkAdContext struct Audio { + struct Options + { + bool AudioSilenceDetection; + } Options; + struct Info { int Channels; // number of audio channels |