X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2Ffilter_resize.c;fp=src%2Fmodules%2Fcore%2Ffilter_resize.c;h=dcaa2d0125a0ecd59fc3b77a704d656362f60d3c;hb=2bdd20ae194e477238e5d44ddb5f77ad64e644cf;hp=1d551c2f6f416c90cf87af052aec438db9513b70;hpb=980bd5cb1c17023459f0330397b817e18b9cb0c3;p=melted diff --git a/src/modules/core/filter_resize.c b/src/modules/core/filter_resize.c index 1d551c2..dcaa2d0 100644 --- a/src/modules/core/filter_resize.c +++ b/src/modules/core/filter_resize.c @@ -78,7 +78,7 @@ static int filter_get_image( mlt_frame this, uint8_t **image, mlt_image_format * oheight = scaled_height * oheight / normalised_height; // Tell frame we have conformed the aspect to the consumer - mlt_frame_set_aspect_ratio( this, output_ar ); + mlt_frame_set_aspect_ratio( this, mlt_properties_get_double( properties, "consumer_aspect_ratio" ) ); } // Now pass on the calculations down the line