diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-07 21:23:59 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-07 21:23:59 +0000 |
commit | 4afbcf46c91ebba9bb06d8e8a33a4201c5131bce (patch) | |
tree | e22e561d42a95cda2f192810c112939f22bcff6d /libavcodec | |
parent | 34017fd9b2a2a74f6b985f1ce3c5f66429f034ad (diff) | |
download | ffmpeg-4afbcf46c91ebba9bb06d8e8a33a4201c5131bce.tar.gz |
Reindent.
Originally committed as revision 25068 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/imgconvert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c index 43b50d3f31..525ae1b61f 100644 --- a/libavcodec/imgconvert.c +++ b/libavcodec/imgconvert.c @@ -807,7 +807,7 @@ void av_picture_copy(AVPicture *dst, const AVPicture *src, 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 */ |