[SCM] libav/experimental: indent
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:34:13 UTC 2013
The following commit has been merged in the experimental branch:
commit 679f3fa9016b4d67909af611d61b1476edfc5fb3
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Fri Dec 26 13:52:07 2008 +0000
indent
Originally committed as revision 16329 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/faxcompr.c b/libavcodec/faxcompr.c
index b5f6598..5cc7657 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);
}
}
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list