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=465e412909fed53109d81b6e77f3ed922984d605;hb=ff8e939e1781bf747b7a9f2d6a26a6f7ca1b9bee;hp=a0d39a4787644142764edec726c1fe227c25d504;hpb=a718f7848696034f1e1b37e715fffaffafa7adad;p=melted diff --git a/src/modules/plus/filter_affine.c b/src/modules/plus/filter_affine.c index a0d39a4..465e412 100644 --- a/src/modules/plus/filter_affine.c +++ b/src/modules/plus/filter_affine.c @@ -65,6 +65,8 @@ static int filter_get_image( mlt_frame this, uint8_t **image, mlt_image_format * char *name = mlt_properties_get( properties, "_unique_id" ); mlt_position position = mlt_properties_get_position( MLT_FRAME_PROPERTIES( this ), name ); mlt_properties frame_properties = MLT_FRAME_PROPERTIES( this ); + mlt_properties_set_position( MLT_TRANSITION_PROPERTIES( transition ), "in", mlt_filter_get_in( filter ) ); + mlt_properties_set_position( MLT_TRANSITION_PROPERTIES( transition ), "out", mlt_filter_get_out( filter ) ); mlt_producer_seek( producer, position ); mlt_frame_set_position( this, position ); mlt_properties_pass( MLT_PRODUCER_PROPERTIES( producer ), properties, "producer." );