Re: [FFmpeg-devel] [PATCH 1/2] webdashenc: Add failure check for av_malloc.

2015-04-14 Thread wm4
On Tue, 14 Apr 2015 10:29:33 -0700 Vignesh Venkatasubramanian wrote: > Add a missing failure check for av_malloc call. > > Signed-off-by: Vignesh Venkatasubramanian > --- > libavformat/webmdashenc.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/libavformat/webmdas

Re: [FFmpeg-devel] [PATCH 1/2] webdashenc: Add failure check for av_malloc.

2015-04-14 Thread wm4
On Mon, 13 Apr 2015 12:16:31 -0700 Vignesh Venkatasubramanian wrote: > Add a missing failure check for av_malloc call. > > Signed-off-by: Vignesh Venkatasubramanian > --- > libavformat/webmdashenc.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/libavformat/web

Re: [FFmpeg-devel] [PATCH 1/2] webdashenc: Add failure check for av_malloc.

2015-04-13 Thread Vignesh Venkatasubramanian
On Mon, Apr 13, 2015 at 12:46 PM, Michael Niedermayer wrote: > On Mon, Apr 13, 2015 at 12:16:31PM -0700, Vignesh Venkatasubramanian wrote: >> Add a missing failure check for av_malloc call. >> >> Signed-off-by: Vignesh Venkatasubramanian >> --- >> libavformat/webmdashenc.c | 6 -- >> 1 file

Re: [FFmpeg-devel] [PATCH 1/2] webdashenc: Add failure check for av_malloc.

2015-04-13 Thread Michael Niedermayer
On Mon, Apr 13, 2015 at 12:16:31PM -0700, Vignesh Venkatasubramanian wrote: > Add a missing failure check for av_malloc call. > > Signed-off-by: Vignesh Venkatasubramanian > --- > libavformat/webmdashenc.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/libavforma

[FFmpeg-devel] [PATCH 1/2] webdashenc: Add failure check for av_malloc.

2015-04-13 Thread Vignesh Venkatasubramanian
Add a missing failure check for av_malloc call. Signed-off-by: Vignesh Venkatasubramanian --- libavformat/webmdashenc.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libavformat/webmdashenc.c b/libavformat/webmdashenc.c index c5347a9..80266f7 100644 --- a/libavformat/