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 /libavfilter | |
parent | 34017fd9b2a2a74f6b985f1ce3c5f66429f034ad (diff) | |
download | ffmpeg-4afbcf46c91ebba9bb06d8e8a33a4201c5131bce.tar.gz |
Reindent.
Originally committed as revision 25068 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/vsrc_buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/vsrc_buffer.c b/libavfilter/vsrc_buffer.c index 12302423b0..fa9d1352ae 100644 --- a/libavfilter/vsrc_buffer.c +++ b/libavfilter/vsrc_buffer.c @@ -120,8 +120,8 @@ static int request_frame(AVFilterLink *link) link->w, link->h); av_image_copy(picref->data, picref->linesize, - c->frame.data, c->frame.linesize, - picref->format, link->w, link->h); + c->frame.data, c->frame.linesize, + picref->format, link->w, link->h); picref->pts = c->pts; picref->video->pixel_aspect = c->pixel_aspect; |