]> granicus.if.org Git - libjpeg-turbo/commitdiff
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.4.x@1494 632fc1...
authorDRC <dcommander@users.sourceforge.net>
Mon, 12 Jan 2015 08:36:37 +0000 (08:36 +0000)
committerDRC <dcommander@users.sourceforge.net>
Mon, 12 Jan 2015 08:36:37 +0000 (08:36 +0000)
ChangeLog.txt

index 0afab584c17f0a13e568b9e3ddcf05afd671c893..8866455136c24c14c0cc89e0aea5ad20936aff3b 100644 (file)
@@ -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