mirror of https://github.com/FFmpeg/FFmpeg.git
Currently, the url_interrupt_cb callback will abort all IO after the first received signal. This makes the output files from e.g. the mov muxer to be unreadable if the transcode is aborted with ctrl+c. After this patch, the first signal cleanly breaks out of the transcoding loop, but won't forcibly abort all IO. After the second signal is received, the url_interrupt_cb callback will abort all IO. Signed-off-by: Martin Storsjö <martin@martin.st>pull/2/head
parent
8089b7fa8c
commit
a121754852
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue