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
d2401800
Commit
d2401800
authored
Feb 13, 2015
by
Adrian Grange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove redundant test
Change-Id: I11e4fd8dcd44b0475f3bff0545a035feb223ce55
parent
e31516a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
vpxenc.c
vpxenc.c
+1
-2
No files found.
vpxenc.c
View file @
d2401800
...
...
@@ -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
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