diff options
author | Jochen Dolze <vdr@dolze.de> | 2015-09-26 19:20:24 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2015-09-26 19:20:24 +0200 |
commit | 53454360c279844d0783b70cde023fecfc8ea69a (patch) | |
tree | 09cb26e2f6615d0d687c338d3ffef9e7b16fc1ca /command/global.h | |
parent | 5e9b092b54111b9d7e5889b76c30b9de7a1f6088 (diff) | |
download | vdr-plugin-markad-53454360c279844d0783b70cde023fecfc8ea69a.tar.gz vdr-plugin-markad-53454360c279844d0783b70cde023fecfc8ea69a.tar.bz2 |
Added missing files from last commit ;)
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 |