Mercurial > libavcodec.hg
changeset 4847:1a8865f72b04 libavcodec
cosmetics: Fix indentation.
author | diego |
---|---|
date | Fri, 13 Apr 2007 12:02:54 +0000 |
parents | 841ecebff8c8 |
children | 1e7f86b4e34c |
files | tiffenc.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tiffenc.c Fri Apr 13 07:50:04 2007 +0000 +++ b/tiffenc.c Fri Apr 13 12:02:54 2007 +0000 @@ -332,8 +332,8 @@ j += s->subsampling[1] - 1; } else - memcpy(zbuf + j * bytes_per_row, - p->data[0] + j * p->linesize[0], bytes_per_row); + memcpy(zbuf + j * bytes_per_row, + p->data[0] + j * p->linesize[0], bytes_per_row); zn += bytes_per_row; } n = encode_strip(s, zbuf, ptr, zn, s->compr);