X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_tractor.c;h=18cae0cc6c22db1753d71ed8678f03b7fdac706b;hb=d8c7fca58da2a1d5b2bb3f917bcf9798bd68bc1b;hp=769a26cc4144d958e1264d02e53900f46997c819;hpb=c8bbb9577660f70c8d72d48983b20168d1cb178d;p=melted diff --git a/src/framework/mlt_tractor.c b/src/framework/mlt_tractor.c index 769a26c..18cae0c 100644 --- a/src/framework/mlt_tractor.c +++ b/src/framework/mlt_tractor.c @@ -210,6 +210,7 @@ static int producer_get_image( mlt_frame this, uint8_t **buffer, mlt_image_forma mlt_properties_set_data( properties, "image", *buffer, *width * *height * 2, NULL, NULL ); mlt_properties_set_int( properties, "width", *width ); mlt_properties_set_int( properties, "height", *height ); + mlt_properties_set_double( properties, "aspect_ratio", mlt_frame_get_aspect_ratio( frame ) ); return 0; }