diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-11-24 16:18:34 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-11-24 16:18:34 +0000 |
commit | 47b2e691ccfb6175ee9b026b915d7d640221a2f2 (patch) | |
tree | d318707f3b4bbec300a0ee6fec335473b042f174 | |
parent | 9f8abd940d3af45a483073151a40db133d1759e1 (diff) | |
download | xine-lib-47b2e691ccfb6175ee9b026b915d7d640221a2f2.tar.gz xine-lib-47b2e691ccfb6175ee9b026b915d7d640221a2f2.tar.bz2 |
wtf happened to those black bars ?\!? :>
CVS patchset: 3355
CVS date: 2002/11/24 16:18:34
-rw-r--r-- | src/xine-engine/vo_scale.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/vo_scale.c b/src/xine-engine/vo_scale.c index 940e9a096..8ec8b2b1f 100644 --- a/src/xine-engine/vo_scale.c +++ b/src/xine-engine/vo_scale.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: vo_scale.c,v 1.16 2002/11/22 18:06:13 mroi Exp $ + * $Id: vo_scale.c,v 1.17 2002/11/24 16:18:34 guenter Exp $ * * Contains common code to calculate video scaling parameters. * In short, it will map frame dimensions to screen/window size. @@ -379,7 +379,7 @@ void vo_scale_init(vo_scale_t *this, int support_zoom, int scaling_disabled, _("horizontal image position in the output window"), NULL, 0, vo_scale_horizontal_pos_changed, this) / 100.0; this->output_vertical_position = - config->register_range(config, "video.vertical_position", 33, 0, 100, + config->register_range(config, "video.vertical_position", 50, 0, 100, _("vertical image position in the output window"), NULL, 0, vo_scale_vertical_pos_changed, this) / 100.0; } |