From a8807ba2e7bf2ea01692f6fc99ea40d7042306a0 Mon Sep 17 00:00:00 2001 From: ddennedy Date: Wed, 23 May 2007 05:13:08 +0000 Subject: [PATCH 1/1] Only scale the alpha when also scaling the image. git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@968 d19143bc-622f-0410-bfdd-b5b2a6649095 --- src/modules/core/filter_rescale.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/modules/core/filter_rescale.c b/src/modules/core/filter_rescale.c index bdeea77..0409845 100644 --- a/src/modules/core/filter_rescale.c +++ b/src/modules/core/filter_rescale.c @@ -252,8 +252,6 @@ static int filter_get_image( mlt_frame this, uint8_t **image, mlt_image_format * } else { - // Scale the alpha - scale_alpha( this, iwidth, iheight, owidth, oheight ); *width = iwidth; *height = iheight; } -- 1.7.4.4