diff options
Diffstat (limited to 'xine_fbfe_frontend.c')
-rw-r--r-- | xine_fbfe_frontend.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xine_fbfe_frontend.c b/xine_fbfe_frontend.c index 5adf3477..68345bfb 100644 --- a/xine_fbfe_frontend.c +++ b/xine_fbfe_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_fbfe_frontend.c,v 1.6 2006-08-23 05:30:14 phintuka Exp $ + * $Id: xine_fbfe_frontend.c,v 1.7 2006-08-25 03:55:05 phintuka Exp $ * */ @@ -73,6 +73,7 @@ typedef struct fbfe_t { fb_visual_t vis; double display_ratio; + int overscan; int pes_buffers; int aspect; @@ -150,6 +151,7 @@ static int fbfe_display_open(frontend_t *this_gen, int width, int height, int fu this->cropping = 0; this->field_order = 0/*field_order ? 1 : 0*/; this->scale_video = scale_video; + this->overscan = 0; strcpy(this->modeline, modeline); this->display_ratio = 1.0; |