From: ddennedy Date: Wed, 23 May 2007 05:13:08 +0000 (+0000) Subject: Only scale the alpha when also scaling the image. X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=a8807ba2e7bf2ea01692f6fc99ea40d7042306a0;p=melted 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 --- 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; }