Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
fdc73955
Commit
fdc73955
authored
Mar 03, 2014
by
Paul Wilkins
Browse files
Silence int64 to int warning
Change-Id: Ic97ddd5143425a7b63fac4e40d9740a10a0491ad
parent
9f17ff45
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/vp9_cx_iface.c
View file @
fdc73955
...
...
@@ -359,7 +359,7 @@ static vpx_codec_err_t set_vp9e_config(VP9_CONFIG *oxcf,
memcpy
(
oxcf
->
ss_target_bitrate
,
cfg
.
ss_target_bitrate
,
sizeof
(
cfg
.
ss_target_bitrate
));
}
else
if
(
oxcf
->
ss_number_layers
==
1
)
{
oxcf
->
ss_target_bitrate
[
0
]
=
oxcf
->
target_bandwidth
;
oxcf
->
ss_target_bitrate
[
0
]
=
(
int
)
oxcf
->
target_bandwidth
;
}
oxcf
->
ts_number_layers
=
cfg
.
ts_number_layers
;
...
...
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