X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2Fproducer_colour.c;h=725570b971db25e7dbf831f131e44a5c2fee211c;hb=c974f8e87e0bd3de851fb638660f502092b1425e;hp=9f504f767c81aad8fd96811e705f2857929ee333;hpb=95f2d83a2093a4761f0075971a85a65139be51a6;p=melted diff --git a/src/modules/core/producer_colour.c b/src/modules/core/producer_colour.c index 9f504f7..725570b 100644 --- a/src/modules/core/producer_colour.c +++ b/src/modules/core/producer_colour.c @@ -198,6 +198,7 @@ static int producer_get_image( mlt_frame frame, uint8_t **buffer, mlt_image_form // Now update properties so we free the copy after mlt_properties_set_data( properties, "image", copy, size, mlt_pool_release, NULL ); mlt_properties_set_data( properties, "alpha", alpha, size >> 1, mlt_pool_release, NULL ); + mlt_properties_set_double( properties, "aspect_ratio", mlt_properties_get_double( producer_props, "aspect_ratio" ) ); } // Pass on the image