Re: [FFmpeg-devel] [PATCH 3/3] ffmpeg: do not catch SIGQUIT.

2016-03-19 Thread Michael Niedermayer
On Sun, Mar 13, 2016 at 12:07:48PM +0100, Nicolas George wrote: > SIGQUIT is meant for debugging purposes. A signal handler will > corrupt stack traces and make everything more complicated. > > Signed-off-by: Nicolas George > --- > ffmpeg.c | 1 - > 1 file changed, 1 deletion(-) LGTM thx [...

[FFmpeg-devel] [PATCH 3/3] ffmpeg: do not catch SIGQUIT.

2016-03-13 Thread Nicolas George
SIGQUIT is meant for debugging purposes. A signal handler will corrupt stack traces and make everything more complicated. Signed-off-by: Nicolas George --- ffmpeg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index 45a22fa..f0e4966 100644 --- a/ffmpeg.c +++ b/ffmpeg.c