# HG changeset patch # User stefano # Date 1283894639 0 # Node ID 319673d2bd4bbdc358d4d1d2ed5aeb1f4d0d82e3 # Parent 9471234fb8ea61efadfb1813c960c6749164a006 Reindent. diff -r 9471234fb8ea -r 319673d2bd4b imgconvert.c --- a/imgconvert.c Tue Sep 07 21:23:55 2010 +0000 +++ b/imgconvert.c Tue Sep 07 21:23:59 2010 +0000 @@ -807,7 +807,7 @@ enum PixelFormat pix_fmt, int width, int height) { av_image_copy(dst->data, dst->linesize, src->data, - src->linesize, pix_fmt, width, height); + src->linesize, pix_fmt, width, height); } /* 2x2 -> 1x1 */