From 0b79ecc19375e912ec671b87e92f795b30aa9944 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 9 May 2009 10:28:15 +0200 Subject: Increased MAXOSDHEIGHT to 1200 --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 911b9cab..43032559 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 2.10 2009/05/08 13:28:32 kls Exp $ + * $Id: config.h 2.11 2009/05/09 10:26:37 kls Exp $ */ #ifndef __CONFIG_H @@ -42,7 +42,7 @@ #define MINOSDWIDTH 480 #define MAXOSDWIDTH 1920 #define MINOSDHEIGHT 324 -#define MAXOSDHEIGHT 1080 +#define MAXOSDHEIGHT 1200 #define MaxFileName 256 #define MaxSkinName 16 -- cgit v1.2.3