X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fplus%2Ffilter_affine.c;fp=src%2Fmodules%2Fplus%2Ffilter_affine.c;h=cbf6caac073926fbfaa5d63a17a46c87335f2b49;hb=5f48fd1ddbd803c132952ad90290b0fc78a36286;hp=8a2075390812244dad563f0a3ed4b220e924359e;hpb=f7de757c48d3634113f129a3c727656f0cd2ed79;p=melted 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; }