From 2e17045cd1b8abe771d136cbc3a815b547d32280 Mon Sep 17 00:00:00 2001 From: Andreas Regel Date: Wed, 4 Feb 2004 21:11:00 +0100 Subject: Release version 0.0.4 - a second osd window with some information about the viewed channel and event is now shown on screen --- config.h | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index d7f645d..2840f9a 100644 --- a/config.h +++ b/config.h @@ -18,22 +18,30 @@ const int kFrameModeI = 0; const int kFrameModeIP = 1; const int kFrameModeIPB = 2; +const int kInfoTopLeft = 0; +const int kInfoTopRight = 1; +const int kInfoBottomLeft = 2; +const int kInfoBottomRight = 3; + struct cOsdPipSetup { cOsdPipSetup(void); bool SetupParse(const char *Name, const char *Value); - int XPosition; - int YPosition; - int CropLeft; - int CropRight; - int CropTop; - int CropBottom; - int ColorDepth; - int Size; - int FrameMode; - int FrameDrop; - int SwapFfmpeg; + int XPosition; + int YPosition; + int CropLeft; + int CropRight; + int CropTop; + int CropBottom; + int ColorDepth; + int Size; + int FrameMode; + int FrameDrop; + int SwapFfmpeg; + int ShowInfo; + int InfoWidth; + int InfoPosition; }; extern cOsdPipSetup OsdPipSetup; -- cgit v1.2.3