From: ddennedy Date: Sat, 14 Feb 2009 08:53:48 +0000 (+0000) Subject: filter_affine.c: remove silly default rotate animation for new kdenlive pan and zoom... X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=5f48fd1ddbd803c132952ad90290b0fc78a36286;p=melted filter_affine.c: remove silly default rotate animation for new kdenlive pan and zoom effect (kdenlive-565) git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1357 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/src/modules/plus/filter_affine.c b/src/modules/plus/filter_affine.c index 8a20753..cbf6caa 100644 --- a/src/modules/plus/filter_affine.c +++ b/src/modules/plus/filter_affine.c @@ -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; }