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
[...
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