summaryrefslogtreecommitdiff
path: root/trunk/turbojpeg.h
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-02-26 19:53:58 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-02-26 19:53:58 +0000
commit95e9e6178541d243ee416fd5baf17523aa6cef17 (patch)
tree1c67aab2484481c38ac40d4fc59a9ec765275a08 /trunk/turbojpeg.h
parent4ceaec1a99e50992bbc64bad29be456c5e0fc716 (diff)
"tjScaledSize"="tjGetScaledSize"
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@456 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/turbojpeg.h')
-rw-r--r--trunk/turbojpeg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/turbojpeg.h b/trunk/turbojpeg.h
index adefd25..331a6e4 100644
--- a/trunk/turbojpeg.h
+++ b/trunk/turbojpeg.h
@@ -250,7 +250,7 @@ DLLEXPORT int DLLCALL tjDecompressHeader(tjhandle j,
/*
- int tjScaledSize(int input_width, int input_height,
+ int tjGetScaledSize(int input_width, int input_height,
int *output_width, int *output_height)
[INPUT] input_width = width (in pixels) of the JPEG image
@@ -265,7 +265,7 @@ DLLEXPORT int DLLCALL tjDecompressHeader(tjhandle j,
RETURNS: 0 on success, -1 if arguments are out of bounds
*/
-DLLEXPORT int DLLCALL tjScaledSize(int input_width, int input_height,
+DLLEXPORT int DLLCALL tjGetScaledSize(int input_width, int input_height,
int *output_width, int *output_height);