]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_producer.c
rc/framework/mlt_frame.c
[mlt] / src / framework / mlt_producer.c
index f3233f92087b8f21fecf36ca7905440276a26399..f137973a5c7ddcc2187fd1f49c2cbabd034c662a 100644 (file)
@@ -205,6 +205,7 @@ mlt_producer mlt_producer_cut( mlt_producer this, int in, int out )
        mlt_properties_set_int( properties, "_cut", 1 );
        mlt_properties_set_data( properties, "_cut_parent", parent, 0, ( mlt_destructor )mlt_producer_close, NULL );
        mlt_properties_set_position( properties, "length", mlt_properties_get_position( parent_props, "length" ) );
+       mlt_properties_set_double( properties, "aspect_ratio", mlt_properties_get_double( parent_props, "aspect_ratio" ) );
        mlt_producer_set_in_and_out( result, in, out );
 
        // Mini fezzik :-/