From d2401800228af10600c148bce612d67a035d054e Mon Sep 17 00:00:00 2001 From: Adrian Grange Date: Fri, 13 Feb 2015 14:51:32 -0800 Subject: [PATCH] Remove redundant test Change-Id: I11e4fd8dcd44b0475f3bff0545a035feb223ce55 --- vpxenc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vpxenc.c b/vpxenc.c index 46af6008a..8b57dd0f0 100644 --- a/vpxenc.c +++ b/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; -- 2.50.0