Browse Source

Make multiple Ctrl-C capable to kill stuck protocols.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.8
Michael Niedermayer 14 years ago
parent
commit
6dfb4ab8c8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ffmpeg.c

+ 1
- 0
ffmpeg.c View File

@@ -433,6 +433,7 @@ static void
sigterm_handler(int sig)
{
received_sigterm = sig;
q_pressed++;
term_exit();
}



Loading…
Cancel
Save