diff options
author | phintuka <phintuka> | 2007-05-18 15:06:26 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-05-18 15:06:26 +0000 |
commit | 2ba691e21e96505d21ff3be502bcda03ff61d240 (patch) | |
tree | 3f6eb01a44b5f4db47e867e27d9822e0d4a6d59d | |
parent | 9a2a982c3d616857ea370793fdde64cb0d76d4e2 (diff) | |
download | xineliboutput-2ba691e21e96505d21ff3be502bcda03ff61d240.tar.gz xineliboutput-2ba691e21e96505d21ff3be502bcda03ff61d240.tar.bz2 |
Path to external aspect ratio controller script
-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; |