ref: d9812431a485f79aeda78859a44c2863cd2f9feb
parent: 1259cd7bcecc21e1db065f76383e44781051bc84
parent: c1548269617fe63ab8b226f3522144368e069744
author: Yaowu Xu <yaowu@google.com>
date: Fri Apr 4 04:32:08 EDT 2014
Merge "Removed space in ETA printout"
--- a/vpxenc.c
+++ b/vpxenc.c
@@ -1503,7 +1503,7 @@
etl -= mins * 60;
secs = etl;
- fprintf(stderr, "[%3s %2"PRId64":%02"PRId64": % 02"PRId64"] ",
+ fprintf(stderr, "[%3s %2"PRId64":%02"PRId64":%02"PRId64"] ",
label, hours, mins, secs);
} else {
fprintf(stderr, "[%3s unknown] ", label);
--
⑨