aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2015-01-12 08:36:37 +0000
committerDRC <dcommander@users.sourceforge.net>2015-01-12 08:36:37 +0000
commit8f7f49a014a95faa1f51fb9e2043923e7c34cc84 (patch)
treef4e14d40b3497e7a38bed0fd5397efc9dd03d6c2
parentc4930d8b0d09fc0b77b69061bec8daae8b27670c (diff)
downloadlibjpeg-turbo-8f7f49a014a95faa1f51fb9e2043923e7c34cc84.tar.gz
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.4.x@1494 632fc199-4ca6-4c93-a231-07263d6284db
-rw-r--r--ChangeLog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 0afab584..88664551 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -10,7 +10,7 @@ endian machines. This has been fixed.
[3] Fixed an issue in tjPlaneSizeYUV() whereby it would erroneously return 1
instead of -1 if componentID was > 0 and subsamp was TJSAMP_GRAY.
-[3] Fixed an issue in tjBufSizeYUV2() wherby it would erroneously return 0
+[3] Fixed an issue in tjBufSizeYUV2() whereby it would erroneously return 0
instead of -1 if width was < 1.
[5] The Huffman encoder now uses clz and bsr instructions for bit counting on