diff options
author | phintuka <phintuka> | 2010-09-12 21:53:11 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2010-09-12 21:53:11 +0000 |
commit | 406f7840741282ac8b2b82933fabd24fded86989 (patch) | |
tree | a47d9670448dbaf06b1e1598bb6b4fe96c6af32c | |
parent | d0c283d771c2f6eb3bec023ee478f507d58cb7f3 (diff) | |
download | xineliboutput-406f7840741282ac8b2b82933fabd24fded86989.tar.gz xineliboutput-406f7840741282ac8b2b82933fabd24fded86989.tar.bz2 |
Increased HUD_MAX_HEIGHT to 1200
-rw-r--r-- | xine_sxfe_frontend.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_sxfe_frontend.c b/xine_sxfe_frontend.c index d0f7433d..8d0fb6cc 100644 --- a/xine_sxfe_frontend.c +++ b/xine_sxfe_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_sxfe_frontend.c,v 1.136 2010-08-25 09:17:23 phintuka Exp $ + * $Id: xine_sxfe_frontend.c,v 1.137 2010-09-12 21:53:11 phintuka Exp $ * */ @@ -183,7 +183,7 @@ typedef struct sxfe_s { #define OSD_DEF_WIDTH 720 #define OSD_DEF_HEIGHT 576 #define HUD_MAX_WIDTH 1920 -#define HUD_MAX_HEIGHT 1080 +#define HUD_MAX_HEIGHT 1200 static void sxfe_dest_size_cb (void *data, int video_width, int video_height, double video_pixel_aspect, |