[FFmpeg-devel] [PATCH 0/1] avfilter/framesync: fix forward EOF pts

Nicolas Gaullier nicolas.gaullier at cji.paris
Mon Jul 8 15:36:38 EEST 2024


>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...

Thank you
Nicolas


More information about the ffmpeg-devel mailing list