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=a0d39a4787644142764edec726c1fe227c25d504;hb=5998e04fc78baf161cb12bd0e62254ed570b6b2b;hp=81fde67858f59a877b31a27473342a5408331be4;hpb=22b237f78474fdca383d29df1e58ae7021e9df58;p=melted diff --git a/src/modules/plus/filter_affine.c b/src/modules/plus/filter_affine.c index 81fde67..a0d39a4 100644 --- a/src/modules/plus/filter_affine.c +++ b/src/modules/plus/filter_affine.c @@ -71,7 +71,7 @@ static int filter_get_image( mlt_frame this, uint8_t **image, mlt_image_format * mlt_properties_pass( MLT_TRANSITION_PROPERTIES( transition ), properties, "transition." ); mlt_service_get_frame( MLT_PRODUCER_SERVICE( producer ), &a_frame, 0 ); mlt_properties_set( MLT_FRAME_PROPERTIES( a_frame ), "rescale.interp", "nearest" ); - mlt_properties_set( MLT_FRAME_PROPERTIES( a_frame ), "distort", "true" ); + mlt_properties_set_int( MLT_FRAME_PROPERTIES( a_frame ), "distort", 1 ); mlt_properties_set_double( MLT_FRAME_PROPERTIES( a_frame ), "consumer_aspect_ratio", mlt_properties_get_double( frame_properties, "consumer_aspect_ratio" ) ); mlt_transition_process( transition, a_frame, this );