summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-09-16 13:17:49 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-09-16 13:17:49 +0000
commit0ac3e1d00ab67ec1653b4e11d8ef1f6c22d8c413 (patch)
tree00a998deb47c5524874680b7d3a14b1380a5410b
parent79c60ae2af9fa1426b963371d155914d5bdbe7cb (diff)
downloadxine-lib-0ac3e1d00ab67ec1653b4e11d8ef1f6c22d8c413.tar.gz
xine-lib-0ac3e1d00ab67ec1653b4e11d8ef1f6c22d8c413.tar.bz2
don't distort
CVS patchset: 2672 CVS date: 2002/09/16 13:17:49
-rw-r--r--src/xine-engine/vo_scale.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/vo_scale.c b/src/xine-engine/vo_scale.c
index dbf7ad4ab..624e1a37f 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.11 2002/09/15 11:35:09 jcdutton Exp $
+ * $Id: vo_scale.c,v 1.12 2002/09/16 13:17:49 mroi 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.28;
+ this->zoom_factor_y = 1.0;
this->gui_pixel_aspect = 1.0;
this->user_ratio = ASPECT_AUTO;
}