From: ddennedy Date: Wed, 18 Feb 2004 17:40:31 +0000 (+0000) Subject: default progressive on X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=f8811178ffae672a6789df3e645cdc5d9ad6c5cc;p=melted default progressive on git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@152 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/src/modules/sdl/consumer_sdl.c b/src/modules/sdl/consumer_sdl.c index 715833c..2e5f70c 100644 --- a/src/modules/sdl/consumer_sdl.c +++ b/src/modules/sdl/consumer_sdl.c @@ -101,6 +101,9 @@ mlt_consumer consumer_sdl_init( char *arg ) // Default scaler (for now we'll use nearest) mlt_properties_set( this->properties, "rescale", "nearest" ); + // Default progressive true + mlt_properties_set_int( this->properties, "progressive", 1 ); + // Get aspect ratio this->aspect_ratio = mlt_properties_get_double( this->properties, "aspect_ratio" );