projects
/
platform
/
upstream
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e31516a
)
Remove redundant test
author
Adrian Grange
<agrange@google.com>
Fri, 13 Feb 2015 22:51:32 +0000
(14:51 -0800)
committer
Adrian Grange
<agrange@google.com>
Fri, 13 Feb 2015 22:57:14 +0000
(14:57 -0800)
Change-Id: I11e4fd8dcd44b0475f3bff0545a035feb223ce55
vpxenc.c
patch
|
blob
|
history
diff --git
a/vpxenc.c
b/vpxenc.c
index
46af600
..
8b57dd0
100644
(file)
--- 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;