fix indentation
Originally committed as revision 8499 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
36376fa3ba
commit
93e91145b4
@ -85,7 +85,7 @@ static int lzw_get_code(struct LZWState * s)
|
||||
s->bs--;
|
||||
}
|
||||
c = s->bbuf & s->curmask;
|
||||
s->bbuf >>= s->cursize;
|
||||
s->bbuf >>= s->cursize;
|
||||
} else { // TIFF
|
||||
while (s->bbits < s->cursize) {
|
||||
if (s->pbuf >= s->ebuf) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user