summaryrefslogtreecommitdiff
path: root/source/fitz/image.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-12-18 15:29:45 +0100
committerTor Andersson <tor.andersson@artifex.com>2015-12-18 15:32:14 +0100
commit39389bba83b4b1d64c8c540cb7c7edbe09ea4009 (patch)
tree326e11cc0af96209d8ea1babda6a4ff8f70d80d8 /source/fitz/image.c
parent80949d3d6b6320f5643a450c382f19370922e78f (diff)
downloadmupdf-39389bba83b4b1d64c8c540cb7c7edbe09ea4009.tar.xz
Rename fz_image_get_sanitised_res to fz_image_resolution.
Diffstat (limited to 'source/fitz/image.c')
-rw-r--r--source/fitz/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/image.c b/source/fitz/image.c
index 60c3578d..a1a3be6a 100644
--- a/source/fitz/image.c
+++ b/source/fitz/image.c
@@ -551,7 +551,7 @@ fz_new_image_from_buffer(fz_context *ctx, fz_buffer *buffer)
}
void
-fz_image_get_sanitised_res(fz_image *image, int *xres, int *yres)
+fz_image_resolution(fz_image *image, int *xres, int *yres)
{
*xres = image->xres;
*yres = image->yres;