]> git.sesse.net Git - mlt/blobdiff - src/modules/plus/transition_affine.c
src/framework/mlt_frame.c
[mlt] / src / modules / plus / transition_affine.c
index 83d1cdefece7ce324e25f5632985f135541be3fd..899582108864d1e3d8c64945d71998dfd9e44b7a 100644 (file)
@@ -473,9 +473,6 @@ static int transition_get_image( mlt_frame a_frame, uint8_t **image, mlt_image_f
 
                get_affine( &affine, this, ( float )position );
 
-               lower_x -= ( lower_x & 1 );
-               upper_x -= ( upper_x & 1 );
-
                q = *image;
 
                dz = MapZ( affine.matrix, 0, 0 );