summaryrefslogtreecommitdiff
path: root/trunk/turbojpeg-mapfile.jni
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-03-01 09:53:07 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-03-01 09:53:07 +0000
commit7435d85fddb18f978a230c7cedcfab85a59db45e (patch)
tree6139caf766853d2c2c5266bea7b5e353dec9a926 /trunk/turbojpeg-mapfile.jni
parentded65aefdd488b198e0568b62252977d5ed4065a (diff)
tjGetScaledSize() would never be able to accommodate scaling factors > 1, so replace it with a function that returns a list of fractional scaling factors that TurboJPEG supports.
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@477 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/turbojpeg-mapfile.jni')
-rwxr-xr-xtrunk/turbojpeg-mapfile.jni2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/turbojpeg-mapfile.jni b/trunk/turbojpeg-mapfile.jni
index 0d5d1db..367158b 100755
--- a/trunk/turbojpeg-mapfile.jni
+++ b/trunk/turbojpeg-mapfile.jni
@@ -25,7 +25,7 @@ TURBOJPEG_1.1
TURBOJPEG_1.2
{
global:
- tjGetScaledSize;
+ tjGetScalingFactors;
tjInitTransform;
tjTransform;
Java_org_libjpegturbo_turbojpeg_TJ_bufSize;