diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index 5d81b1124a..24d43e6197 100644 --- a/fftools/ffmpeg.c +++ b/fftools/ffmpeg.c @@ -1022,5 +1022,8 @@ finish: sch_free(&sch); + av_log(NULL, AV_LOG_VERBOSE, "\n"); + av_log(NULL, AV_LOG_VERBOSE, "Exiting with exit code %d\n", ret); + return ret; }