Re: [FFmpeg-devel] [PATCH 2/3] nutdec: check chapter creation in decode_info_header

2015-04-28 Thread Andreas Cadhalpun
On 28.04.2015 22:33, Michael Niedermayer wrote: > On Tue, Apr 28, 2015 at 08:57:59PM +0200, Andreas Cadhalpun wrote: >> This fixes a segmentation fault when accessing the metadata. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> libavformat/nutdec.c | 4 >> 1 file changed, 4 insertions(+) >

Re: [FFmpeg-devel] [PATCH 2/3] nutdec: check chapter creation in decode_info_header

2015-04-28 Thread Michael Niedermayer
On Tue, Apr 28, 2015 at 08:57:59PM +0200, Andreas Cadhalpun wrote: > This fixes a segmentation fault when accessing the metadata. > > Signed-off-by: Andreas Cadhalpun > --- > libavformat/nutdec.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/libavformat/nutdec.c b/libavformat/nut

[FFmpeg-devel] [PATCH 2/3] nutdec: check chapter creation in decode_info_header

2015-04-28 Thread Andreas Cadhalpun
This fixes a segmentation fault when accessing the metadata. Signed-off-by: Andreas Cadhalpun --- libavformat/nutdec.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c index 46946d3..2049f70 100644 --- a/libavformat/nutdec.c +++ b/libavformat/nu