]> granicus.if.org Git - libjpeg-turbo/commit
Fix I/O suspension. This little nugget of code was introduced in r30 as part of...
authorDRC <dcommander@users.sourceforge.net>
Tue, 24 Sep 2013 03:26:47 +0000 (03:26 +0000)
committerDRC <dcommander@users.sourceforge.net>
Tue, 24 Sep 2013 03:26:47 +0000 (03:26 +0000)
commitba923a852943792f5109e2c8c5a480ad9ec860db
tree866b23e3b04347c991f5c4cebfe203fb2e45c469
parente2394fc58a9a7e59493e015f41f3a0ce301b36b1
Fix I/O suspension.  This little nugget of code was introduced in r30 as part of an early attempt to make buffered I/O work with the optimized Huffman codec.  Ultimately, r32 reverted a lot of that mess and introduced much of the logic we now use, rendering this code unnecessary, but it was never reverted because it only causes problems when I/O suspension is used, and apparently no one has tried to do that with libjpeg-turbo until now.

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.2.x@1033 632fc199-4ca6-4c93-a231-07263d6284db
ChangeLog.txt
jchuff.c