[FFmpeg-devel] [PATCH 0/1] avfilter/framesync: fix forward EOF pts
Anton Khirnov
anton at khirnov.net
Wed Jul 17 13:09:26 EEST 2024
Quoting Nicolas Gaullier (2024-07-08 14:36:38)
> >Envoyé : vendredi 14 juin 2024 13:27
> >>Envoyé : lundi 3 juin 2024 12:00
> >>>Envoyé : mardi 28 mai 2024 11:11
> >>>
> >>>This a new ping but I post the patch again to get fate cleanly completed on patchwork.
> >>>
> >>https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=11939
> >
> >To summarize, and for remembering, the initial commit was 4e0e9ce2dc, 7 years ago, and inserted this:
> >ff_outlink_set_status(fs->parent->outputs[0], AVERROR_EOF, AV_NOPTS_VALUE)
> >The target of this patch is to make it a:
> >ff_outlink_set_status(fs->parent->outputs[0], AVERROR_EOF, eof_pts)
> >
> >My use case is that I frequently chain the scale filter with the fps filter, and since the scale filter uses framesync since e82a3997cdd6c0 (3rd of May this year), this is becoming a "full" issue
>
> Pinging again, the patch still applies...
Could you please add a test demonstrating the issue?
--
Anton Khirnov
More information about the ffmpeg-devel
mailing list