Re: [FFmpeg-devel] [PATCH] nutdec: only copy the header if it exists

2015-12-19 Thread Andreas Cadhalpun
On 19.12.2015 01:59, Michael Niedermayer wrote: > On Fri, Dec 18, 2015 at 05:24:09PM +0100, Andreas Cadhalpun wrote: >> Fixes runtime error: null pointer passed as argument 2, which is >> declared to never be null >> >> Signed-off-by: Andreas Cadhalpun >> --- >> libavformat/nutdec.c | 3 ++- >> 1

Re: [FFmpeg-devel] [PATCH] nutdec: only copy the header if it exists

2015-12-18 Thread Michael Niedermayer
On Fri, Dec 18, 2015 at 05:24:09PM +0100, Andreas Cadhalpun wrote: > Fixes runtime error: null pointer passed as argument 2, which is > declared to never be null > > Signed-off-by: Andreas Cadhalpun > --- > libavformat/nutdec.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) LGTM tha

[FFmpeg-devel] [PATCH] nutdec: only copy the header if it exists

2015-12-18 Thread Andreas Cadhalpun
Fixes runtime error: null pointer passed as argument 2, which is declared to never be null Signed-off-by: Andreas Cadhalpun --- libavformat/nutdec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c index 47ae7a7..3aa7a88 100644 ---