From 2ba691e21e96505d21ff3be502bcda03ff61d240 Mon Sep 17 00:00:00 2001 From: phintuka Date: Fri, 18 May 2007 15:06:26 +0000 Subject: Path to external aspect ratio controller script --- xine_fbfe_frontend.c | 3 ++- xine_sxfe_frontend.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/xine_fbfe_frontend.c b/xine_fbfe_frontend.c index 987f4e23..56b77422 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.14 2007-05-17 23:09:30 phintuka Exp $ + * $Id: xine_fbfe_frontend.c,v 1.15 2007-05-18 15:06:26 phintuka Exp $ * */ @@ -75,6 +75,7 @@ typedef struct fbfe_t { post_plugins_t *postplugins; char *fb_dev; + char *aspect_controller; char configfile[256]; diff --git a/xine_sxfe_frontend.c b/xine_sxfe_frontend.c index 89e7294a..4b097591 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.23 2007-05-18 14:33:02 phintuka Exp $ + * $Id: xine_sxfe_frontend.c,v 1.24 2007-05-18 15:06:26 phintuka Exp $ * */ @@ -125,6 +125,7 @@ typedef struct sxfe_s { /* frontend */ double display_ratio; + char *aspect_controller; int xpos, ypos; uint16_t video_width, video_height; uint16_t width, height; -- cgit v1.2.3