]> git.sesse.net Git - mlt/commitdiff
filter_affine.c: remove silly default rotate animation for new kdenlive pan and zoom...
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sat, 14 Feb 2009 08:53:48 +0000 (08:53 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sat, 14 Feb 2009 08:53:48 +0000 (08:53 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1357 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/plus/filter_affine.c

index 8a2075390812244dad563f0a3ed4b220e924359e..cbf6caac073926fbfaa5d63a17a46c87335f2b49 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;
 }