]> git.sesse.net Git - mlt/blobdiff - src/modules/core/transition_composite.c
Default to progressive rendering in composite.
[mlt] / src / modules / core / transition_composite.c
index 12b07103e1903da99ea2e8c8cbfc512a38561611..2e29ac809f50f08a1938548b7e22fb83544608d0 100644 (file)
@@ -1346,6 +1346,9 @@ mlt_transition transition_composite_init( mlt_profile profile, mlt_service_type
                // Use alignment (and hence alpha of b frame)
                mlt_properties_set_int( properties, "aligned", 1 );
 
+               // Default to progressive rendering
+               mlt_properties_set_int( properties, "progressive", 1 );
+               
                // Inform apps and framework that this is a video only transition
                mlt_properties_set_int( properties, "_transition_type", 1 );
        }