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
Guillaume Martres
aom-rav1e
Commits
b391b62a
Commit
b391b62a
authored
May 08, 2014
by
Frank Galligan
Committed by
Gerrit Code Review
May 08, 2014
Browse files
Merge "vp9_svc_layercontext: Clean up function definition mismatch."
parents
0d27c747
86a89d74
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_svc_layercontext.c
View file @
b391b62a
...
...
@@ -221,7 +221,7 @@ void vp9_inc_frame_in_layer(SVC *svc) {
++
lc
->
current_video_frame_in_layer
;
}
int
vp9_is_upper_layer_key_frame
(
const
VP9_COMP
*
cpi
)
{
int
vp9_is_upper_layer_key_frame
(
const
VP9_COMP
*
const
cpi
)
{
return
cpi
->
use_svc
&&
cpi
->
svc
.
number_temporal_layers
==
1
&&
cpi
->
svc
.
spatial_layer_id
>
0
&&
...
...
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