Skip to content
GitLab
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
edfed938
Commit
edfed938
authored
Aug 01, 2011
by
Lou Quillio
Committed by
John Koleszar
Aug 02, 2011
Browse files
Sync `vpxenc --timebase` usage wording with docs change.
Change-Id: Ia406272a97806c0194435bb7f24e24d353ef5cc6
parent
f475f0c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpxenc.c
View file @
edfed938
...
...
@@ -971,7 +971,7 @@ static const struct arg_enum_list stereo_mode_enum[] = {
static
const
arg_def_t
stereo_mode
=
ARG_DEF_ENUM
(
NULL
,
"stereo-mode"
,
1
,
"Stereo 3D video format"
,
stereo_mode_enum
);
static
const
arg_def_t
timebase
=
ARG_DEF
(
NULL
,
"timebase"
,
1
,
"
Stream timebase (see below
)"
);
"
Output timestamp precision (fractional seconds
)"
);
static
const
arg_def_t
error_resilient
=
ARG_DEF
(
NULL
,
"error-resilient"
,
1
,
"Enable error resiliency features"
);
static
const
arg_def_t
lag_in_frames
=
ARG_DEF
(
NULL
,
"lag-in-frames"
,
1
,
...
...
@@ -1127,7 +1127,7 @@ static void usage_exit()
arg_show_usage
(
stdout
,
vp8_args
);
#endif
fprintf
(
stderr
,
"
\n
Stream timebase (--timebase):
\n
"
" Th
is is the unit of time used to represent frame timestamps,
\n
"
" Th
e desired precision of timestamps in the output, expressed
\n
"
" in fractional seconds. Default is 1/1000.
\n
"
);
fprintf
(
stderr
,
"
\n
"
"Included encoders:
\n
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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