]> git.sesse.net Git - mlt/commitdiff
default progressive on
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 18 Feb 2004 17:40:31 +0000 (17:40 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 18 Feb 2004 17:40:31 +0000 (17:40 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@152 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/sdl/consumer_sdl.c

index 715833c79c1b45856b091e3f2c942b476ea2b76f..2e5f70c751d5f06e84433330c11617da6a3807d8 100644 (file)
@@ -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" );