diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-12-26 13:52:07 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-12-26 13:52:07 +0000 |
commit | 679f3fa9016b4d67909af611d61b1476edfc5fb3 (patch) | |
tree | eb3123b92316d9096a8be40a2a8f95c625e81539 /libavcodec/faxcompr.c | |
parent | 68d48cc5924d86e1dc82433ad6e8855c3b51fad5 (diff) | |
download | ffmpeg-679f3fa9016b4d67909af611d61b1476edfc5fb3.tar.gz |
indent
Originally committed as revision 16329 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/faxcompr.c')
-rw-r--r-- | libavcodec/faxcompr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/faxcompr.c b/libavcodec/faxcompr.c index b5f6598bbe..5cc7657659 100644 --- 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); } } |