X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fplus%2Ffilter_affine.c;h=3d89b40ab78d00977c57c8d1a83f83558ffa5e1e;hb=d7d976744b62b1aa19507640d96244a05c332dba;hp=a37b0661e82a7e13b736cd0929935c415dfe0223;hpb=dc6eb42c57d2f1111d87d8b9544e158b86a441f8;p=melted diff --git a/src/modules/plus/filter_affine.c b/src/modules/plus/filter_affine.c index a37b066..3d89b40 100644 --- a/src/modules/plus/filter_affine.c +++ b/src/modules/plus/filter_affine.c @@ -101,7 +101,7 @@ mlt_filter filter_affine_init( char *arg ) { this->process = filter_process; mlt_properties_set( mlt_filter_properties( this ), "background", "colour:black" ); - mlt_properties_set( mlt_filter_properties( this ), "transition.rotate", "10" ); + mlt_properties_set( mlt_filter_properties( this ), "transition.rotate_x", "10" ); } return this; }