filter_affine.c: remove silly default rotate animation for new kdenlive pan and zoom...
[melted] / src / modules / plus / filter_affine.c
index 8a20753..cbf6caa 100644 (file)
@@ -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;
 }