diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-03-11 17:02:12 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-03-11 17:02:12 +0100 |
commit | c005f02625b58fa003832bdc5fffbe0cc0db6e4d (patch) | |
tree | add5e7989bea1a41f5bca9dd4ccff657c29c145b /global.h | |
parent | c0c8c2ec49cc6824d1660a35756806bd885aeb4b (diff) | |
download | vdr-plugin-markad-c005f02625b58fa003832bdc5fffbe0cc0db6e4d.tar.gz vdr-plugin-markad-c005f02625b58fa003832bdc5fffbe0cc0db6e4d.tar.bz2 |
Decoder can now be disabled with commandline switch
Diffstat (limited to 'global.h')
-rw-r--r-- | global.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -56,6 +56,7 @@ typedef struct MarkAdContext int LogoExtraction; int LogoWidth; int LogoHeight; + MarkAdAspectRatio AspectRatioHint; } StandAlone; struct General @@ -75,6 +76,7 @@ typedef struct MarkAdContext int Pict_Type; // picture type (I,P,B,S,SI,SP,BI) MarkAdAspectRatio AspectRatio; double FramesPerSecond; + bool Interlaced; } Info; struct Data @@ -90,6 +92,7 @@ typedef struct MarkAdContext struct Info { int Channels; // number of audio channels + int SampleRate; } Info; struct Data { |