Make the scaling API a bit more friendly

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@422 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
DRC
2011-02-22 06:41:29 +00:00
parent 45bd1f2bd4
commit b28fc5710a
9 changed files with 135 additions and 73 deletions

View File

@@ -56,7 +56,7 @@ public class TJDecompressor {
throws Exception;
public native void decompress(byte [] srcbuf, long size, byte [] dstbuf,
int pitch, int pixelsize, int scale_num, int scale_denom, int flags)
int width, int pitch, int height, int pixelsize, int flags)
throws Exception;
static {