Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
ffmpeg2theora
Commits
a7087b89
Commit
a7087b89
authored
May 30, 2009
by
Jan Gerber
Browse files
shorter status message to fin withing 80 chars
parent
90ace21c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/theorautils.c
View file @
a7087b89
...
...
@@ -660,7 +660,7 @@ static void print_stats(oggmux_info *info, double timebase) {
);
}
else
{
fprintf
(
stderr
,
"
\r
%d:%02d:%02d.%02d audio: %dkbps video: %dkbps,
time remaining
: %02d:%02d:%02d, est. size: %.01lf MB
"
,
fprintf
(
stderr
,
"
\r
%d:%02d:%02d.%02d audio: %dkbps video: %dkbps,
ET
: %02d:%02d:%02d, est. size: %.01lf MB "
,
hours
,
minutes
,
seconds
,
hundredths
,
info
->
akbps
,
info
->
vkbps
,
remaining_hours
,
remaining_minutes
,
remaining_seconds
,
...
...
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