mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-17 03:28:27 +08:00
Move format from AVFilterBuffer to AVFilterPicRef.
Patch by S.N. Hemanth Meenakshisundaram |smeenaks|ucsd|edu|. Originally committed as revision 24728 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:

committed by
Stefano Sabatini

parent
59ff3fd536
commit
d54e0948e0
@ -120,7 +120,7 @@ static int request_frame(AVFilterLink *link)
|
||||
link->w, link->h);
|
||||
|
||||
av_picture_copy((AVPicture *)&picref->data, (AVPicture *)&c->frame,
|
||||
picref->pic->format, link->w, link->h);
|
||||
picref->format, link->w, link->h);
|
||||
|
||||
picref->pts = c->pts;
|
||||
picref->pixel_aspect = c->pixel_aspect;
|
||||
|
Reference in New Issue
Block a user