OSDN Git Service

IFF: decode last 8 pixels per line
authorMåns Rullgård <mans@mansr.com>
Sun, 9 May 2010 16:24:20 +0000 (16:24 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 9 May 2010 16:24:20 +0000 (16:24 +0000)
commit79a9672d45899fa7afa335b5ffa6a7d0781fbc7c
tree8d6bfd98023b31d460a69e5d14a222b59b83b369
parente24db3e3918e7eb0d2f217a81d4b902c6945c958
IFF: decode last 8 pixels per line

The decodeplane8() function processes one byte of input less than
it should.  Also, the for loop has an unusual style with side-effects
in the controlling expression; replaced with a more intuitive while
loop.

10l to Basty.

Originally committed as revision 23063 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/iff.c