diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-10-03 23:30:02 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-10-03 23:30:02 +0200 |
commit | 711def8f20707e2816c957d5d4edb8952b0876e6 (patch) | |
tree | 6b20a3570be535aabaae870d0104b0b165731429 /command/global.h | |
parent | 190b1e31a688117783b09a6edbbb15257655b9c2 (diff) | |
download | vdr-plugin-markad-711def8f20707e2816c957d5d4edb8952b0876e6.tar.gz vdr-plugin-markad-711def8f20707e2816c957d5d4edb8952b0876e6.tar.bz2 |
Added better detection for transparent logos, new logo filename scheme!
Diffstat (limited to 'command/global.h')
-rw-r--r-- | command/global.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/command/global.h b/command/global.h index 6bc6cb4..54f6e39 100644 --- a/command/global.h +++ b/command/global.h @@ -98,7 +98,7 @@ typedef struct MarkAdContext struct Info { int Length; // in seconds - char *ChannelID; + char *ChannelName; MarkAdAspectRatio AspectRatio; MarkAdPid VPid; MarkAdPid APid; @@ -118,6 +118,7 @@ typedef struct MarkAdContext int Width; // width of pic int Height; // height of pic int Pict_Type; // picture type (I,P,B,S,SI,SP,BI) + int Pix_Fmt; // Pixel format (see libavutil/pixfmt.h) MarkAdAspectRatio AspectRatio; double FramesPerSecond; bool Interlaced; |