diff options
Diffstat (limited to 'global.h')
-rw-r--r-- | global.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -69,6 +69,11 @@ typedef struct MarkAdContext struct Video { + struct Options + { + bool IgnoreAspectRatio; + } Options; + struct Info { int Width; // width of pic |