Re: [FFmpeg-devel] [PATCH] matroskadec: check s->streams[k] before using it

2015-05-04 Thread Michael Niedermayer
On Mon, May 04, 2015 at 01:24:08PM +0200, Andreas Cadhalpun wrote: > On 04.05.2015 12:39, Michael Niedermayer wrote: > > On Sun, May 03, 2015 at 11:55:20PM +0200, Andreas Cadhalpun wrote: > >> This fixes a segmentation fault. > >> > >> Signed-off-by: Andreas Cadhalpun > >> --- > >> libavformat/ma

Re: [FFmpeg-devel] [PATCH] matroskadec: check s->streams[k] before using it

2015-05-04 Thread Michael Niedermayer
On Sun, May 03, 2015 at 11:55:20PM +0200, Andreas Cadhalpun wrote: > This fixes a segmentation fault. > > Signed-off-by: Andreas Cadhalpun > --- > libavformat/matroskadec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/matroskadec.c b/libavformat/matroskad

[FFmpeg-devel] [PATCH] matroskadec: check s->streams[k] before using it

2015-05-03 Thread Andreas Cadhalpun
This fixes a segmentation fault. Signed-off-by: Andreas Cadhalpun --- libavformat/matroskadec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 27d184e..31723b3 100644 --- a/libavformat/matroskadec.c +++ b/libavforma