]> 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 8a2075390812244dad563f0a3ed4b220e924359e..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 );
                }
 
@@ -126,7 +126,6 @@ mlt_filter filter_affine_init( mlt_profile profile, mlt_service_type type, const
        {
                this->process = filter_process;
                mlt_properties_set( MLT_FILTER_PROPERTIES( this ), "background", "colour:black" );
-               mlt_properties_set( MLT_FILTER_PROPERTIES( this ), "transition.rotate_x", "10" );
        }
        return this;
 }