Remove redundant test
Change-Id: I11e4fd8dcd44b0475f3bff0545a035feb223ce55
This commit is contained in:
parent
e31516a08f
commit
d240180022
3
vpxenc.c
3
vpxenc.c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user