"tjScaledSize"="tjGetScaledSize"

This commit is contained in:
DRC
2011-02-26 19:53:58 +00:00
parent 8b3f7c6ff0
commit 02156d7c53
4 changed files with 7 additions and 7 deletions

View File

@@ -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);