aboutsummaryrefslogtreecommitdiff
path: root/turbojpeg.h
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-02-22 10:28:18 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-02-22 10:28:18 +0000
commit5df20b9efbea068a2025eda3ad75daf91458b2aa (patch)
treebee9b6ffeaf27e2433100ee92fd0df3a8037d75c /turbojpeg.h
parent22d668efbdb4542fd05e6a10d261c466ca3d7b01 (diff)
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@425 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'turbojpeg.h')
-rw-r--r--turbojpeg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/turbojpeg.h b/turbojpeg.h
index 5524efc..5fa91f5 100644
--- a/turbojpeg.h
+++ b/turbojpeg.h
@@ -281,6 +281,9 @@ DLLEXPORT int DLLCALL tjScaledSize(int input_width, int input_height,
[INPUT] flags = the bitwise OR of one or more of the flags described in the
"Flags" section above.
+ NOTE: The width, pitch, height, and pixelsize parameters are ignored if
+ decompressing to a YUV planar image.
+
RETURNS: 0 on success, -1 on error
*/
DLLEXPORT int DLLCALL tjDecompress(tjhandle j,