summaryrefslogtreecommitdiff
path: root/libavfilter/vsrc_buffer.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-09-07 21:23:59 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-09-07 21:23:59 +0000
commit4afbcf46c91ebba9bb06d8e8a33a4201c5131bce (patch)
treee22e561d42a95cda2f192810c112939f22bcff6d /libavfilter/vsrc_buffer.c
parent34017fd9b2a2a74f6b985f1ce3c5f66429f034ad (diff)
Reindent.
Originally committed as revision 25068 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/vsrc_buffer.c')
-rw-r--r--libavfilter/vsrc_buffer.c4
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;