changeset 12470:319673d2bd4b libavcodec

Reindent.
author stefano
date Tue, 07 Sep 2010 21:23:59 +0000
parents 9471234fb8ea
children d821f7c64fc9
files imgconvert.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 */