Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
08955ed8
Commit
08955ed8
authored
Jul 11, 2014
by
James Zern
Committed by
Gerrit Code Review
Jul 11, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "vpxenc: fix per-frame psnr/size output on a terminal"
parents
7e340614
aa70712e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vpxenc.c
vpxenc.c
+2
-1
No files found.
vpxenc.c
View file @
08955ed8
...
...
@@ -1686,7 +1686,6 @@ int main(int argc, const char **argv_) {
fps
>=
1
.
0
?
fps
:
fps
*
60
,
fps
>=
1
.
0
?
"fps"
:
"fpm"
);
print_time
(
"ETA"
,
estimated_time_left
);
fprintf
(
stderr
,
"
\033
[K"
);
}
}
else
...
...
@@ -1737,6 +1736,8 @@ int main(int argc, const char **argv_) {
}
fflush
(
stdout
);
if
(
!
global
.
quiet
)
fprintf
(
stderr
,
"
\033
[K"
);
}
if
(
stream_cnt
>
1
)
...
...
Write
Preview
Markdown
is supported
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