[FFmpeg-devel] yadif: Fix pts for is_second when next frame is seeked
Robert Nagy
ronag89 at gmail.com
Sun Apr 15 15:42:17 CEST 2012
at least something like:
if(val == AVERROR_EOF && yadif->next)
yadif->next->pts = AV_NOPTS_VALUE;
in poll_frame would be useful.
More information about the ffmpeg-devel
mailing list