src/framework/mlt_consumer.c src/framework/mlt_consumer.h
[melted] / src / modules / gtk2 / producer_pango.c
index 37b1abb..84082db 100644 (file)
@@ -493,7 +493,7 @@ static int producer_get_frame( mlt_producer producer, mlt_frame_ptr frame, int i
 
        // Set producer-specific frame properties
        mlt_properties_set_int( properties, "progressive", 1 );
-       mlt_properties_set_double( properties, "aspect_ratio", 1 );
+       mlt_properties_set_double( properties, "aspect_ratio", 0 );
 
        // Set alpha call back
        ( *frame )->get_alpha_mask = producer_get_alpha_mask;