You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
modify exit message when signaled
Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
803bdc5469
commit
87961eff23
2
ffmpeg.c
2
ffmpeg.c
@@ -530,7 +530,7 @@ static void ffmpeg_cleanup(int ret)
|
|||||||
avformat_network_deinit();
|
avformat_network_deinit();
|
||||||
|
|
||||||
if (received_sigterm) {
|
if (received_sigterm) {
|
||||||
av_log(NULL, AV_LOG_INFO, "Received signal %d: terminating.\n",
|
av_log(NULL, AV_LOG_INFO, "Exiting normally, received signal %d.\n",
|
||||||
(int) received_sigterm);
|
(int) received_sigterm);
|
||||||
} else if (ret && transcode_init_done) {
|
} else if (ret && transcode_init_done) {
|
||||||
av_log(NULL, AV_LOG_INFO, "Conversion failed!\n");
|
av_log(NULL, AV_LOG_INFO, "Conversion failed!\n");
|
||||||
|
Reference in New Issue
Block a user