]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
cosmetics: Fix indentation.
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 13 Apr 2007 12:02:54 +0000 (12:02 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 13 Apr 2007 12:02:54 +0000 (12:02 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8726 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/tiffenc.c

index b25d453e41f4d10daa1819c2332cb8a081c05d63..d7e881dafbda271a33a611de470a0487bcd41cc1 100644 (file)
@@ -332,8 +332,8 @@ static int encode_frame(AVCodecContext * avctx, unsigned char *buf,
                 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);