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
b9419f02
Commit
b9419f02
authored
Mar 03, 2014
by
Paul Wilkins
Committed by
Gerrit Code Review
Mar 03, 2014
Browse files
Merge "Silence int64 to int warning"
parents
e2f663c3
fdc73955
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/vp9_cx_iface.c
View file @
b9419f02
...
...
@@ -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