]> git.sesse.net Git - mlt/blobdiff - src/modules/plus/filter_affine.c
Complete reorganization and renaming to usable state.
[mlt] / src / modules / plus / filter_affine.c
index cbf6caac073926fbfaa5d63a17a46c87335f2b49..0ba2f9d5cc10141d3b9244ffa7afa0e04394e5b6 100644 (file)
@@ -50,7 +50,7 @@ static int filter_get_image( mlt_frame this, uint8_t **image, mlt_image_format *
                {
                        char *background = mlt_properties_get( properties, "background" );
                        mlt_profile profile = mlt_service_profile( MLT_FILTER_SERVICE( filter ) );
-                       producer = mlt_factory_producer( profile, "fezzik", background );
+                       producer = mlt_factory_producer( profile, NULL, background );
                        mlt_properties_set_data( properties, "producer", producer, 0, (mlt_destructor)mlt_producer_close, NULL );
                }