X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_frame.c;h=2c67e761bab89cb801c7af8b223a14db292f9639;hb=1f6faabf5ef11e6321d186772d88fb6958cdd057;hp=712c8c25a0347dc71727187a4d96ea35ab18a4ed;hpb=74acd162455a590ca335bb7cf4de7956b37016f3;p=melted diff --git a/src/framework/mlt_frame.c b/src/framework/mlt_frame.c index 712c8c2..2c67e76 100644 --- a/src/framework/mlt_frame.c +++ b/src/framework/mlt_frame.c @@ -312,7 +312,7 @@ int mlt_frame_get_image( mlt_frame this, uint8_t **buffer, mlt_image_format *for mlt_properties_set_int( properties, "width", *width ); mlt_properties_set_int( properties, "height", *height ); - mlt_properties_set_int( properties, "aspect_ratio", 1 ); + mlt_properties_set_int( properties, "aspect_ratio", 0 ); switch( *format ) {