Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
df683ad1
Commit
df683ad1
authored
Aug 22, 2014
by
James Zern
Committed by
Gerrit Code Review
Aug 22, 2014
Browse files
Merge "vpxdec: fix --keep-going with --disable-vp8"
parents
d0e1a2be
7690d88d
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpxdec.c
View file @
df683ad1
...
...
@@ -599,7 +599,8 @@ int main_loop(int argc, const char **argv_) {
do_scale
=
1
;
else
if
(
arg_match
(
&
arg
,
&
fb_arg
,
argi
))
num_external_frame_buffers
=
arg_parse_uint
(
&
arg
);
else
if
(
arg_match
(
&
arg
,
&
continuearg
,
argi
))
keep_going
=
1
;
#if CONFIG_VP8_DECODER
else
if
(
arg_match
(
&
arg
,
&
addnoise_level
,
argi
))
{
postproc
=
1
;
...
...
@@ -649,11 +650,8 @@ int main_loop(int argc, const char **argv_) {
}
}
else
if
(
arg_match
(
&
arg
,
&
error_concealment
,
argi
))
{
ec_enabled
=
1
;
}
else
if
(
arg_match
(
&
arg
,
&
continuearg
,
argi
))
{
keep_going
=
1
;
}
#endif
#endif // CONFIG_VP8_DECODER
else
argj
++
;
}
...
...
Write
Preview
Supports
Markdown
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