Adjust AC decode such that decode *always* stops before storing an unneeded coefficie...
commit270c9171f018ec3e7a9116ae61101a03fdc19ecd
authorunhelpful <unhelpful@a1c6a512-1295-4272-9138-f99709370657>
Sun, 14 Jun 2009 01:19:16 +0000 (14 01:19 +0000)
committerunhelpful <unhelpful@a1c6a512-1295-4272-9138-f99709370657>
Sun, 14 Jun 2009 01:19:16 +0000 (14 01:19 +0000)
treecb52f36b0be1928dd38e6b2a6873b091b2694b04
parent100d347fd2d98518b1f72a8910059bf61bea162d
Adjust AC decode such that decode *always* stops before storing an unneeded coefficient. Remove extra lines from zag[] as it should not be possible to store a coefficient for k>63, even for corrupted files.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21283 a1c6a512-1295-4272-9138-f99709370657
apps/recorder/jpeg_load.c