X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fsdl%2Fconsumer_sdl.c;h=d3d0b7acecd463971260efb55dfe75b8ad62085e;hb=72b3bc4629d011be72a82a7c5351d49271af200b;hp=aa88deccb4b214da49545b914c12b840eb75b365;hpb=b9dbda40ec64f1d4f58e7da87125d38aa3ab54d1;p=melted diff --git a/src/modules/sdl/consumer_sdl.c b/src/modules/sdl/consumer_sdl.c index aa88dec..d3d0b7a 100644 --- a/src/modules/sdl/consumer_sdl.c +++ b/src/modules/sdl/consumer_sdl.c @@ -106,7 +106,7 @@ mlt_consumer consumer_sdl_init( char *arg ) mlt_properties_set_int( this->properties, "buffer", 8 ); // Default progressive true - mlt_properties_set_int( this->properties, "progressive", 1 ); + mlt_properties_set_int( this->properties, "progressive", 0 ); // Get aspect ratio this->aspect_ratio = mlt_properties_get_double( this->properties, "aspect_ratio" );