Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
c1548269
Commit
c1548269
authored
Apr 03, 2014
by
Yaowu Xu
Browse files
Removed space in ETA printout
This is to fix issue#709 Change-Id: I537f1fb74252fef8a58e68b0960a36a9aada856e
parent
24c06356
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpxenc.c
View file @
c1548269
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment