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=f3d0b6bb29bd69a692e300adb344586026169009;hb=87ddb143a7f56e31c860d37631fb26f9821d3e48;hp=2e76c51c31b539dd86def97634f91071f0c0e81a;hpb=e25076bb729fbb4a35b095bc58f3facbcbe82ef5;p=melted diff --git a/src/modules/plus/filter_affine.c b/src/modules/plus/filter_affine.c index 2e76c51..f3d0b6b 100644 --- a/src/modules/plus/filter_affine.c +++ b/src/modules/plus/filter_affine.c @@ -96,7 +96,7 @@ static mlt_frame filter_process( mlt_filter this, mlt_frame frame ) char *name = mlt_properties_get( mlt_filter_properties( this ), "_unique_id" ); // Assign the current position to the name - mlt_properties_set_position( properties, name, mlt_frame_get_position( frame ) ); + mlt_properties_set_position( properties, name, mlt_frame_get_position( frame ) - mlt_filter_get_in( this ) ); // Push the frame filter mlt_frame_push_service( frame, this );