Re: [FFmpeg-devel] [PATCH 1/3] ffplay: log SDL error messages

2015-10-05 Thread Marton Balint
On Sun, 4 Oct 2015, Ganesh Ajjanagadde wrote: This logs the SDL error messages on failure of creation of SDL_CreateMutex, SDL_CreateCond, and SDL_CreateThread. Signed-off-by: Ganesh Ajjanagadde --- ffplay.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) Applied all thre

[FFmpeg-devel] [PATCH 1/3] ffplay: log SDL error messages

2015-10-04 Thread Ganesh Ajjanagadde
This logs the SDL error messages on failure of creation of SDL_CreateMutex, SDL_CreateCond, and SDL_CreateThread. Signed-off-by: Ganesh Ajjanagadde --- ffplay.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/ffplay.c b/ffplay.c index 3223ceb..8c9f6b1 100644 --