Re: [FFmpeg-devel] [PATCH 1/1] swresample/dither: check memory allocation

2015-06-03 Thread Michael Niedermayer
On Tue, Jun 02, 2015 at 11:17:48PM -0400, Ganesh Ajjanagadde wrote: > check memory allocation in swri_get_dither() > > Signed-off-by: Ganesh Ajjanagadde > --- > libswresample/dither.c | 5 - > libswresample/swresample.c | 3 ++- > libswresample/swresample_internal.h | 2

[FFmpeg-devel] [PATCH 1/1] swresample/dither: check memory allocation

2015-06-02 Thread Ganesh Ajjanagadde
check memory allocation in swri_get_dither() Signed-off-by: Ganesh Ajjanagadde --- libswresample/dither.c | 5 - libswresample/swresample.c | 3 ++- libswresample/swresample_internal.h | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/libswresample/