Merge "Remove redundant test"
This commit is contained in:
3
vpxenc.c
3
vpxenc.c
@@ -1068,8 +1068,7 @@ static int parse_stream_params(struct VpxEncoderConfig *global,
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (0) {
|
if (arg_match(&arg, &outputfile, argi)) {
|
||||||
} else if (arg_match(&arg, &outputfile, argi)) {
|
|
||||||
config->out_fn = arg.val;
|
config->out_fn = arg.val;
|
||||||
} else if (arg_match(&arg, &fpf_name, argi)) {
|
} else if (arg_match(&arg, &fpf_name, argi)) {
|
||||||
config->stats_fn = arg.val;
|
config->stats_fn = arg.val;
|
||||||
|
Reference in New Issue
Block a user