Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
47c55acd
Commit
47c55acd
authored
Jul 29, 2015
by
Yaowu Xu
Browse files
Fix a typo
Change-Id: Ief8eea8fe6bef139d1e94f8d6dfac5a44efe785d
parent
ce4c4b96
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/vp8_cx_iface.c
View file @
47c55acd
...
...
@@ -455,7 +455,7 @@ static vpx_codec_err_t vp8e_set_config(vpx_codec_alg_priv_t *ctx,
ERROR
(
"Cannot change width or height after initialization"
);
if
((
ctx
->
cpi
->
initial_width
&&
(
int
)
cfg
->
g_w
>
ctx
->
cpi
->
initial_width
)
||
(
ctx
->
cpi
->
initial_height
&&
(
int
)
cfg
->
g_h
>
ctx
->
cpi
->
initial_height
))
ERROR
(
"Cannot increas
t
width or height larger than their initial values"
);
ERROR
(
"Cannot increas
e
width or height larger than their initial values"
);
}
/* Prevent increasing lag_in_frames. This check is stricter than it needs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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