diff options
| author | Jochen Dolze <root@lwg5001.(none)> | 2011-01-29 15:48:59 +0100 |
|---|---|---|
| committer | Jochen Dolze <root@lwg5001.(none)> | 2011-01-29 15:48:59 +0100 |
| commit | 9e964370ba635f57df44a96506fc4bf633004a86 (patch) | |
| tree | 31fcddefdc6f2d3ede9e971933b2deba0652f704 /command | |
| parent | 01fed10e63bc3d54890fd5a8191733a7391bfd72 (diff) | |
| download | vdr-plugin-markad-9e964370ba635f57df44a96506fc4bf633004a86.tar.gz vdr-plugin-markad-9e964370ba635f57df44a96506fc4bf633004a86.tar.bz2 | |
Changed max. height for logo extraction (value from gerdh)
Diffstat (limited to 'command')
| -rw-r--r-- | command/video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/video.h b/command/video.h index 0d3a0a0..b6db23f 100644 --- a/command/video.h +++ b/command/video.h @@ -10,7 +10,7 @@ #include "global.h" -#define LOGO_MAXHEIGHT 170 +#define LOGO_MAXHEIGHT 250 #define LOGO_MAXWIDTH 480 #define LOGO_DEFHEIGHT 100 |
