cosmetics: Fix indentation.
authorDiego Biurrun <diego@biurrun.de>
Fri, 13 Apr 2007 12:02:54 +0000 (12:02 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 13 Apr 2007 12:02:54 +0000 (12:02 +0000)
Originally committed as revision 8726 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/tiffenc.c

index b25d453..d7e881d 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);