summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-03-11 17:02:12 +0100
committerJochen Dolze <vdr@dolze.de>2010-03-11 17:02:12 +0100
commitc005f02625b58fa003832bdc5fffbe0cc0db6e4d (patch)
treeadd5e7989bea1a41f5bca9dd4ccff657c29c145b /global.h
parentc0c8c2ec49cc6824d1660a35756806bd885aeb4b (diff)
downloadvdr-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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/global.h b/global.h
index 189613c..ec74501 100644
--- a/global.h
+++ b/global.h
@@ -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
{