projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68d48cc
)
indent
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 26 Dec 2008 13:52:07 +0000
(13:52 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 26 Dec 2008 13:52:07 +0000
(13:52 +0000)
Originally committed as revision 16329 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/faxcompr.c
patch
|
blob
|
history
diff --git
a/libavcodec/faxcompr.c
b/libavcodec/faxcompr.c
index
b5f6598
..
5cc7657
100644
(file)
--- a/
libavcodec/faxcompr.c
+++ b/
libavcodec/faxcompr.c
@@
-242,7
+242,7
@@
static void put_line(uint8_t *dst, int size, int width, const int *runs)
for(; run > 16; run -= 16)
put_sbits(&pb, 16, mode);
if(run)
- put_sbits(&pb, run, mode);
+
put_sbits(&pb, run, mode);
}
}