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
Guillaume Martres
aom-rav1e
Commits
185eb700
Commit
185eb700
authored
Jan 18, 2012
by
John Koleszar
Committed by
Gerrit Code Review
Jan 18, 2012
Browse files
Merge "Remove duplicate line in parameter parsing."
parents
6a4ff6f3
c1c59322
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpxenc.c
View file @
185eb700
...
...
@@ -1644,8 +1644,6 @@ int main(int argc, const char **argv_)
cfg
.
rc_resize_up_thresh
=
arg_parse_uint
(
&
arg
);
else
if
(
arg_match
(
&
arg
,
&
resize_down_thresh
,
argi
))
cfg
.
rc_resize_down_thresh
=
arg_parse_uint
(
&
arg
);
else
if
(
arg_match
(
&
arg
,
&
resize_down_thresh
,
argi
))
cfg
.
rc_resize_down_thresh
=
arg_parse_uint
(
&
arg
);
else
if
(
arg_match
(
&
arg
,
&
end_usage
,
argi
))
cfg
.
rc_end_usage
=
arg_parse_enum_or_int
(
&
arg
);
else
if
(
arg_match
(
&
arg
,
&
target_bitrate
,
argi
))
...
...
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