Re: [libav-devel] [PATCH] avconv: when using -loop option bail out if seek to start fails

2017-06-30 Thread Alexandra Hájková
On Fri, Jun 30, 2017 at 5:28 PM, Peter Große wrote: > Fixes an infinite loop when a demuxer fails to seek to the start of the input. > > Signed-off-by: Peter Große > --- > avtools/avconv.c | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/avtools/avconv.c b/avtools

[libav-devel] [PATCH] avconv: when using -loop option bail out if seek to start fails

2017-06-30 Thread Peter Große
Fixes an infinite loop when a demuxer fails to seek to the start of the input. Signed-off-by: Peter Große --- avtools/avconv.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/avtools/avconv.c b/avtools/avconv.c index 8dd11bb5fc..4e3ffecdef 100644 --- a/avtools/avconv.