]> git.sesse.net Git - mlt/commitdiff
Fix typo in filter_dynamictext.c
authorBrian Matherly <pez4brian@yahoo.com>
Tue, 19 Feb 2013 17:48:34 +0000 (11:48 -0600)
committerBrian Matherly <pez4brian@yahoo.com>
Tue, 19 Feb 2013 17:48:34 +0000 (11:48 -0600)
src/modules/gtk2/filter_dynamictext.c

index 0d9820405433d86cb59ef3445b8abe307774eb81..7149dd984feb3f3f28d6d8a89a6a8c83f5cc0e6e 100644 (file)
@@ -315,7 +315,7 @@ mlt_filter filter_dynamictext_init( mlt_profile profile, mlt_service_type type,
 {
        mlt_filter filter = mlt_filter_new();
        mlt_transition transition = mlt_factory_transition( profile, "composite", NULL );
-       mlt_producer producer = producer = mlt_factory_producer( profile, mlt_environment( "MLT_PRODUCER" ), "pango:" );
+       mlt_producer producer = mlt_factory_producer( profile, mlt_environment( "MLT_PRODUCER" ), "pango:" );
 
        if ( filter && transition && producer )
        {