X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_producer.c;h=69b02337f85aed4efcd446cee8145c3b379c9b5b;hb=6a9365cbc88b77e48d6f249808e39d32388c7094;hp=e74724b9808c1fa688bd5ef8b67acca0dd9d264b;hpb=2af8bb9f6a61f6510aab8f45abf5f26e9e619c78;p=melted diff --git a/src/framework/mlt_producer.c b/src/framework/mlt_producer.c index e74724b..69b0233 100644 --- a/src/framework/mlt_producer.c +++ b/src/framework/mlt_producer.c @@ -73,7 +73,7 @@ int mlt_producer_init( mlt_producer this, void *child ) mlt_properties_set_position( properties, "in", 0 ); mlt_properties_set_position( properties, "out", 14999 ); mlt_properties_set_position( properties, "length", 15000 ); - mlt_properties_set_double( properties, "aspect_ratio", 4.0 / 3.0 ); + mlt_properties_set_double( properties, "aspect_ratio", 128.0 / 117.0 ); mlt_properties_set( properties, "eof", "pause" ); mlt_properties_set( properties, "resource", "" );