bugfix limits in transition luma
[melted] / src / modules / gtk2 / filter_rescale.c
index 936e0e6..92b2b7b 100644 (file)
@@ -74,7 +74,7 @@ static int filter_get_image( mlt_frame this, uint8_t **image, mlt_image_format *
        {
                // When no scaling is requested, revert the requested dimensions if possible
                mlt_properties_set_int( properties, "rescale_width", ( iwidth / 2 ) * 2 );
-               mlt_properties_set_int( properties, "rescale_height", ( iheight /2 ) * 2 );
+               mlt_properties_set_int( properties, "rescale_height", ( iheight / 2 ) * 2 );
        }
 
        // Get the image as requested