Re: [FFmpeg-devel] [PATCH 1/4] avformat/concat: Check protocol prefix

2016-01-22 Thread Michael Niedermayer
On Thu, Jan 21, 2016 at 12:17:48AM +0100, Andreas Cadhalpun wrote: > On 20.01.2016 11:10, Michael Niedermayer wrote: > > From: Michael Niedermayer > > > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/concat.c |5 - > > 1 file changed, 4 insertions(+), 1 deletion(-) > > >

Re: [FFmpeg-devel] [PATCH 1/4] avformat/concat: Check protocol prefix

2016-01-20 Thread Andreas Cadhalpun
On 20.01.2016 11:10, Michael Niedermayer wrote: > From: Michael Niedermayer > > Signed-off-by: Michael Niedermayer > --- > libavformat/concat.c |5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/libavformat/concat.c b/libavformat/concat.c > index 81fe970..7bcc279 1

[FFmpeg-devel] [PATCH 1/4] avformat/concat: Check protocol prefix

2016-01-20 Thread Michael Niedermayer
From: Michael Niedermayer Signed-off-by: Michael Niedermayer --- libavformat/concat.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavformat/concat.c b/libavformat/concat.c index 81fe970..7bcc279 100644 --- a/libavformat/concat.c +++ b/libavformat/concat.c @@ -65