Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
f29961db
Commit
f29961db
authored
Feb 12, 2015
by
Adrian Grange
Browse files
Add missing initializer to VP8 codec interface
Change-Id: Ia164ba03fb732e9c9e520e4aa2d75b7eadff6165
parent
053625e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/vp8_cx_iface.c
View file @
f29961db
...
@@ -1386,12 +1386,13 @@ CODEC_INTERFACE(vpx_codec_vp8_cx) =
...
@@ -1386,12 +1386,13 @@ CODEC_INTERFACE(vpx_codec_vp8_cx) =
NULL
,
/* vpx_codec_get_si_fn_t get_si; */
NULL
,
/* vpx_codec_get_si_fn_t get_si; */
NULL
,
/* vpx_codec_decode_fn_t decode; */
NULL
,
/* vpx_codec_decode_fn_t decode; */
NULL
,
/* vpx_codec_frame_get_fn_t frame_get; */
NULL
,
/* vpx_codec_frame_get_fn_t frame_get; */
NULL
,
/* vpx_codec_set_fb_fn_t set_fb_fn; */
},
},
{
{
1
,
/* 1 cfg map */
1
,
/* 1 cfg map */
vp8e_usage_cfg_map
,
/* vpx_codec_enc_cfg_map_t
peek_si
; */
vp8e_usage_cfg_map
,
/* vpx_codec_enc_cfg_map_t
cfg_maps
; */
vp8e_encode
,
/* vpx_codec_encode_fn_t encode; */
vp8e_encode
,
/* vpx_codec_encode_fn_t encode; */
vp8e_get_cxdata
,
/* vpx_codec_get_cx_data_fn_t
frame_get
; */
vp8e_get_cxdata
,
/* vpx_codec_get_cx_data_fn_t
get_cx_data
; */
vp8e_set_config
,
vp8e_set_config
,
NULL
,
NULL
,
vp8e_get_preview
,
vp8e_get_preview
,
...
...
Write
Preview
Supports
Markdown
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