Commit 6ecca14e authored by michael's avatar michael

fix indention (less work to fix it myself than to check if a indention fix patch is ok ...)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8600 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 18092939
......@@ -62,7 +62,6 @@ int ff_rle_encode(uint8_t *outbuf, int out_size, const uint8_t *ptr , int bpp, i
out = outbuf;
for(x = 0; x < w; x += count) {
/* see if we can encode the next set of pixels with RLE */
if((count = count_pixels(ptr, w-x, bpp, 1)) > 1) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment