mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 10:22:10 +00:00
Add pts to frame references
Commited in SoC by Bobby Bingham on 2007-07-14 17:31:40 Originally committed as revision 11985 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
998a7aa3dc
commit
af838d4c1e
@ -70,6 +70,7 @@ void avfilter_default_start_frame(AVFilterLink *link, AVFilterPicRef *picref)
|
||||
|
||||
if(out) {
|
||||
out->outpic = avfilter_get_video_buffer(out, AV_PERM_WRITE);
|
||||
out->outpic->pts = picref->pts;
|
||||
avfilter_start_frame(out, avfilter_ref_pic(out->outpic, ~0));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user