Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
89ec9904
Commit
89ec9904
authored
Feb 18, 2014
by
Marco Paniconi
Browse files
Add comments to portion of SVC interface.
Fixes issue #705. Change-Id: I60d45ee28fb34f401a440015bfe7bd3837b51de1
parent
e3178d0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
vpx/vp8cx.h
vpx/vp8cx.h
+9
-2
No files found.
vpx/vp8cx.h
View file @
89ec9904
...
...
@@ -297,9 +297,16 @@ typedef struct vpx_svc_parameters {
int
alt_fb_idx
;
/**< alt reference frame frame buffer index */
}
vpx_svc_parameters_t
;
/*!\brief vp9 svc layer parameters
*
* This defines the spatial and temporal layer id numbers for svc encoding.
* This is used with the #VP9E_SET_SVC_LAYER_ID control to set the spatial and
* temporal layer id for the current frame.
*
*/
typedef
struct
vpx_svc_layer_id
{
int
spatial_layer_id
;
int
temporal_layer_id
;
int
spatial_layer_id
;
/**< Spatial layer id number. */
int
temporal_layer_id
;
/**< Temporal layer id number. */
}
vpx_svc_layer_id_t
;
/*!\brief VP8 encoder control function parameter type
...
...
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