Re: [FFmpeg-devel] [PATCH] ffplay: log possible error of SDL_EnableKeyRepeat

2015-10-11 Thread Ganesh Ajjanagadde
On Fri, Oct 9, 2015 at 9:03 AM, Ganesh Ajjanagadde wrote: > On Fri, Oct 9, 2015 at 4:21 AM, wm4 wrote: >> On Thu, 8 Oct 2015 18:46:44 -0400 >> Ganesh Ajjanagadde wrote: >> >>> Note that for the current SDL source code, 0 is

Re: [FFmpeg-devel] [PATCH] ffplay: log possible error of SDL_EnableKeyRepeat

2015-10-09 Thread wm4
On Thu, 8 Oct 2015 18:46:44 -0400 Ganesh Ajjanagadde wrote: > Note that for the current SDL source code, 0 is always returned. > Nevertheless, this makes the code more robust. > > Signed-off-by: Ganesh Ajjanagadde > --- > ffplay.c | 3 ++- > 1

Re: [FFmpeg-devel] [PATCH] ffplay: log possible error of SDL_EnableKeyRepeat

2015-10-09 Thread Ganesh Ajjanagadde
On Fri, Oct 9, 2015 at 4:21 AM, wm4 wrote: > On Thu, 8 Oct 2015 18:46:44 -0400 > Ganesh Ajjanagadde wrote: > >> Note that for the current SDL source code, 0 is always returned. >> Nevertheless, this makes the code more robust. >> >> Signed-off-by:

[FFmpeg-devel] [PATCH] ffplay: log possible error of SDL_EnableKeyRepeat

2015-10-08 Thread Ganesh Ajjanagadde
Note that for the current SDL source code, 0 is always returned. Nevertheless, this makes the code more robust. Signed-off-by: Ganesh Ajjanagadde --- ffplay.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ffplay.c b/ffplay.c index 79f430d..c143e96