Re: [FFmpeg-devel] [PATCH 1/2] lavf/framesync: detect EOF immediately.

2017-07-29 Thread Paul B Mahol
On 12/24/16, Nicolas George wrote: > Fix an infinite loop in forward_status_change(). > > Signed-off-by: Nicolas George > --- > libavfilter/framesync.c | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > lgtm ___ ffmpeg-devel mailing l

[FFmpeg-devel] [PATCH 1/2] lavf/framesync: detect EOF immediately.

2016-12-24 Thread Nicolas George
Fix an infinite loop in forward_status_change(). Signed-off-by: Nicolas George --- libavfilter/framesync.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/libavfilter/framesync.c b/libavfilter/framesync.c index 7920cdb379..eb05d66a86 100644 --- a/libavfilter/framesy