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
44adb8e2
Commit
44adb8e2
authored
Feb 20, 2015
by
Adrian Grange
Committed by
Gerrit Code Review
Feb 20, 2015
Browse files
Merge "Remove redundant test"
parents
c9f660d8
d2401800
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpxenc.c
View file @
44adb8e2
...
...
@@ -1068,8 +1068,7 @@ static int parse_stream_params(struct VpxEncoderConfig *global,
continue
;
}
if
(
0
)
{
}
else
if
(
arg_match
(
&
arg
,
&
outputfile
,
argi
))
{
if
(
arg_match
(
&
arg
,
&
outputfile
,
argi
))
{
config
->
out_fn
=
arg
.
val
;
}
else
if
(
arg_match
(
&
arg
,
&
fpf_name
,
argi
))
{
config
->
stats_fn
=
arg
.
val
;
...
...
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