Oops - fix for consumer progressive
[melted] / src / modules / core / transition_mix.c
index d6f8b2a..43e98f0 100644 (file)
@@ -129,6 +129,7 @@ mlt_transition transition_mix_init( char *arg )
                this->process = transition_process;
                if ( arg != NULL )
                        mlt_properties_set_double( mlt_transition_properties( this ), "start", atof( arg ) );
+               mlt_properties_set_int( mlt_transition_properties( this ), "_accepts_blanks", 1 );
        }
        return this;
 }