mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-01-23 02:24:03 +00:00
Revert "Ensure cleanup on SIGKILL"
This reverts commit a3d5e65590.
Doesn't work as per
ttps://stackoverflow.com/questions/64282634
This commit is contained in:
parent
6a6c9c4f4a
commit
e6990076d9
1 changed files with 0 additions and 1 deletions
1
rffmpeg
1
rffmpeg
|
|
@ -442,7 +442,6 @@ def run_ffmpeg(config, ffmpeg_args):
|
|||
signal.signal(signal.SIGTERM, cleanup)
|
||||
signal.signal(signal.SIGINT, cleanup)
|
||||
signal.signal(signal.SIGQUIT, cleanup)
|
||||
signal.signal(signal.SIGKILL, cleanup)
|
||||
signal.signal(signal.SIGHUP, cleanup)
|
||||
|
||||
if config["logdebug"] is True:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue