[FFmpeg-cvslog] modify exit message when signaled
rogerdpack
git at videolan.org
Thu Jun 25 18:47:25 CEST 2015
ffmpeg | branch: master | rogerdpack <rogerpack2005 at gmail.com> | Thu Jun 25 00:24:31 2015 -0600| [87961eff23abf710b575488ac62ee7d121a4ea07] | committer: Michael Niedermayer
modify exit message when signaled
Signed-off-by: rogerdpack <rogerpack2005 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=87961eff23abf710b575488ac62ee7d121a4ea07
---
ffmpeg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ffmpeg.c b/ffmpeg.c
index fae5f0f..f537ce9 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -530,7 +530,7 @@ static void ffmpeg_cleanup(int ret)
avformat_network_deinit();
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);
} else if (ret && transcode_init_done) {
av_log(NULL, AV_LOG_INFO, "Conversion failed!\n");
More information about the ffmpeg-cvslog
mailing list