From 15b88c72e2127db8a66b5f2771a3217a98f26b8c Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Sun, 15 Sep 2002 11:35:08 +0000 Subject: Memory leak fixes, using a slightly modified version of the patch from ewald@rambo.its.tudelft.nl CVS patchset: 2666 CVS date: 2002/09/15 11:35:08 --- src/xine-engine/vo_scale.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/vo_scale.c') diff --git a/src/xine-engine/vo_scale.c b/src/xine-engine/vo_scale.c index 253fcbfa2..dbf7ad4ab 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.10 2002/09/13 19:57:13 mroi Exp $ + * $Id: vo_scale.c,v 1.11 2002/09/15 11:35:09 jcdutton Exp $ * * Contains common code to calculate video scaling parameters. * In short, it will map frame dimensions to screen/window size. @@ -345,7 +345,7 @@ void vo_scale_init(vo_scale_t *this, int support_zoom, int scaling_disabled ) { this->scaling_disabled = scaling_disabled; this->force_redraw = 1; this->zoom_factor_x = 1.0; - this->zoom_factor_y = 1.0; + this->zoom_factor_y = 1.28; this->gui_pixel_aspect = 1.0; this->user_ratio = ASPECT_AUTO; } -- cgit v1.2.3