Re: [FFmpeg-devel] [PATCHv2] ffplay: more robust thread creation

2015-10-04 Thread Marton Balint
On Sat, 3 Oct 2015, Ganesh Ajjanagadde wrote: SDL_CreateThread can fail: https://wiki.libsdl.org/SDL_CreateThread. This patch makes thread creation more robust in one instance. Signed-off-by: Ganesh Ajjanagadde --- ffplay.c | 16 1 file changed, 12 insertions(+), 4 deletions(-

[FFmpeg-devel] [PATCHv2] ffplay: more robust thread creation

2015-10-03 Thread Ganesh Ajjanagadde
SDL_CreateThread can fail: https://wiki.libsdl.org/SDL_CreateThread. This patch makes thread creation more robust in one instance. Signed-off-by: Ganesh Ajjanagadde --- ffplay.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/ffplay.c b/ffplay.c index b7b2b0