Increased MAXOSDHEIGHT to 1200

This commit is contained in:
Klaus Schmidinger
2009-05-09 10:28:15 +02:00
parent f936db2ac6
commit 0b79ecc193
3 changed files with 4 additions and 2 deletions

View File

@@ -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