This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
fix indentation
Originally committed as revision 8499 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier
19 years ago
parent
36376fa3ba
commit
93e91145b4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/lzw.c
+ 1
- 1
libavcodec/lzw.c
View File
@@ -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) {
Write
Preview
Loading…
Cancel
Save