diff options
-rw-r--r-- | xine_fbfe_frontend.c | 3 | ||||
-rw-r--r-- | 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; |