diff options
Diffstat (limited to 'command/global.h')
-rw-r--r-- | command/global.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/command/global.h b/command/global.h index 116fc4d..22cee6a 100644 --- a/command/global.h +++ b/command/global.h @@ -166,6 +166,10 @@ typedef struct MarkAdContext struct Audio { + struct Options + { + bool IgnoreDolbyDetection; + } Options; struct Info { int Channels; // number of audio channels |