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

2015-10-03 Thread Ganesh Ajjanagadde
On Sat, Oct 3, 2015 at 6:05 PM, Marton Balint wrote: > > 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 >> --- >> ff

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

2015-10-03 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(-