]> granicus.if.org Git - libjpeg-turbo/commit
This is subtle, but an unread marker is not an error unless we run out of bits, which...
authorDRC <dcommander@users.sourceforge.net>
Sat, 16 Apr 2011 18:50:42 +0000 (18:50 +0000)
committerDRC <dcommander@users.sourceforge.net>
Sat, 16 Apr 2011 18:50:42 +0000 (18:50 +0000)
commit62de12281aa6c45d1c7f74039d84d89b8036d5ad
treedb5ab5dc504aa995d45b180753e3af7f97bce917
parent5c36465fd581a84f3e1980515964e5d33ab62787
This is subtle, but an unread marker is not an error unless we run out of bits, which may not occur in the same MCU in which the unread marker is encountered.  Thus, don't try to use the fast decoder as long as there is an outstanding unread marker.

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.1.x@583 632fc199-4ca6-4c93-a231-07263d6284db
jdhuff.c