ref: b87250c56ecc2fbeccb6dd7303718590a7881a2a
parent: e1c69544b15dbb31cadfc219507e35709399d95d
author: Johann <johannkoenig@google.com>
date: Thu Jan 11 10:06:32 EST 2018
clang-format v5.0.0 vpxenc.c Treat the formatted string as one distinct parameter to fprintf Change-Id: I62cfd5657c4cefc6b3fa45247ba9f33515a292b1
--- a/vpxenc.c
+++ b/vpxenc.c
@@ -2215,9 +2215,9 @@
if (!global.quiet) {
FOREACH_STREAM(fprintf(
- stderr, "\rPass %d/%d frame %4d/%-4d %7" PRId64 "B %7" PRId64
- "b/f %7" PRId64 "b/s"
- " %7" PRId64 " %s (%.2f fps)\033[K\n",
+ stderr,
+ "\rPass %d/%d frame %4d/%-4d %7" PRId64 "B %7" PRId64 "b/f %7" PRId64
+ "b/s %7" PRId64 " %s (%.2f fps)\033[K\n",
pass + 1, global.passes, frames_in, stream->frames_out,
(int64_t)stream->nbytes,
seen_frames ? (int64_t)(stream->nbytes * 8 / seen_frames) : 0,