mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
Reindent.
Originally committed as revision 25068 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
34017fd9b2
commit
4afbcf46c9
3 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue