Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
b6cefbf0
Commit
b6cefbf0
authored
Jan 21, 2016
by
Yaowu Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a typo in ctrl_set_render_size()
Change-Id: I6a7fa6d0ae8ce8de7b426189d5eb00413f21bc17
parent
a925173d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp10/vp10_cx_iface.c
vp10/vp10_cx_iface.c
+1
-1
No files found.
vp10/vp10_cx_iface.c
View file @
b6cefbf0
...
...
@@ -1246,7 +1246,7 @@ static vpx_codec_err_t ctrl_set_render_size(vpx_codec_alg_priv_t *ctx,
struct
vp10_extracfg
extra_cfg
=
ctx
->
extra_cfg
;
int
*
const
render_size
=
va_arg
(
args
,
int
*
);
extra_cfg
.
render_width
=
render_size
[
0
];
extra_cfg
.
render_height
=
render_size
[
0
];
extra_cfg
.
render_height
=
render_size
[
1
];
return
update_extra_cfg
(
ctx
,
&
extra_cfg
);
}
...
...
Write
Preview
Markdown
is supported
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