diff options
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; |