Re: [FFmpeg-devel] [PATCH] avfilter/af_join: detect EOF immediately

2018-05-04 Thread Paul B Mahol
On 8/26/17, Nicolas George wrote: > L'octidi 8 fructidor, an CCXXV, Paul B Mahol a ecrit : >> Prevents hang. >> >> Signed-off-by: Paul B Mahol >> --- >> libavfilter/af_join.c | 12 +--- >> 1 file changed, 9 insertions(+), 3 deletions(-) > > Probably not 100% correct, but it comes from th

Re: [FFmpeg-devel] [PATCH] avfilter/af_join: detect EOF immediately

2017-08-26 Thread Nicolas George
L'octidi 8 fructidor, an CCXXV, Paul B Mahol a écrit : > Prevents hang. > > Signed-off-by: Paul B Mahol > --- > libavfilter/af_join.c | 12 +--- > 1 file changed, 9 insertions(+), 3 deletions(-) Probably not 100% correct, but it comes from the fork, with the old broken scheduling, so no

[FFmpeg-devel] [PATCH] avfilter/af_join: detect EOF immediately

2017-08-25 Thread Paul B Mahol
Prevents hang. Signed-off-by: Paul B Mahol --- libavfilter/af_join.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/libavfilter/af_join.c b/libavfilter/af_join.c index f8af0a1..7fbab47 100644 --- a/libavfilter/af_join.c +++ b/libavfilter/af_join.c @@ -24,6 +24,9