clang-format v5.0.0 vpxenc.c
Treat the formatted string as one distinct parameter to fprintf Change-Id: I62cfd5657c4cefc6b3fa45247ba9f33515a292b1
This commit is contained in:
parent
e1c69544b1
commit
b87250c56e
6
vpxenc.c
6
vpxenc.c
@ -2215,9 +2215,9 @@ int main(int argc, const char **argv_) {
|
|||||||
|
|
||||||
if (!global.quiet) {
|
if (!global.quiet) {
|
||||||
FOREACH_STREAM(fprintf(
|
FOREACH_STREAM(fprintf(
|
||||||
stderr, "\rPass %d/%d frame %4d/%-4d %7" PRId64 "B %7" PRId64
|
stderr,
|
||||||
"b/f %7" PRId64 "b/s"
|
"\rPass %d/%d frame %4d/%-4d %7" PRId64 "B %7" PRId64 "b/f %7" PRId64
|
||||||
" %7" PRId64 " %s (%.2f fps)\033[K\n",
|
"b/s %7" PRId64 " %s (%.2f fps)\033[K\n",
|
||||||
pass + 1, global.passes, frames_in, stream->frames_out,
|
pass + 1, global.passes, frames_in, stream->frames_out,
|
||||||
(int64_t)stream->nbytes,
|
(int64_t)stream->nbytes,
|
||||||
seen_frames ? (int64_t)(stream->nbytes * 8 / seen_frames) : 0,
|
seen_frames ? (int64_t)(stream->nbytes * 8 / seen_frames) : 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user