projects
/
platform
/
upstream
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24c0635
)
Removed space in ETA printout
author
Yaowu Xu
<yaowu@google.com>
Fri, 4 Apr 2014 01:05:17 +0000
(18:05 -0700)
committer
Yaowu Xu
<yaowu@google.com>
Fri, 4 Apr 2014 01:05:17 +0000
(18:05 -0700)
This is to fix issue#709
Change-Id: I537f1fb74252fef8a58e68b0960a36a9aada856e
vpxenc.c
patch
|
blob
|
history
diff --git
a/vpxenc.c
b/vpxenc.c
index
1cd5e92
..
19251dc
100644
(file)
--- a/
vpxenc.c
+++ b/
vpxenc.c
@@
-1498,7
+1498,7
@@
static void print_time(const char *label, int64_t etl) {
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);