Commit f8d2079a authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

ffmpeg: Add a linebreak to an error message.

parent 80b644c6
......@@ -4428,7 +4428,7 @@ static int transcode(void)
continue;
}
if ((ret = av_write_trailer(os)) < 0) {
av_log(NULL, AV_LOG_ERROR, "Error writing trailer of %s: %s", os->filename, av_err2str(ret));
av_log(NULL, AV_LOG_ERROR, "Error writing trailer of %s: %s\n", os->filename, av_err2str(ret));
if (exit_on_error)
exit_program(1);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment