lib: Rename fpi_im_resize() to fpi_img_resize()

Now that this name is free. This makes all the image manipulation
functions have the same "fpi_img_" prefix.
This commit is contained in:
Bastien Nocera
2018-11-09 13:36:52 +01:00
parent 4885b38be5
commit fe17dfe01d
3 changed files with 3 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ static void img_cb(struct libusb_transfer *transfer)
/* FIXME: this is an ugly hack to make the image big enough for NBIS
* to process reliably */
img = fpi_im_resize(tmp, aesdev->enlarge_factor, aesdev->enlarge_factor);
img = fpi_img_resize(tmp, aesdev->enlarge_factor, aesdev->enlarge_factor);
fp_img_free(tmp);
fpi_imgdev_image_captured(dev, img);