Skip to content
GitLab
Projects
Groups
Snippets
/
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
5b11e38a
Commit
5b11e38a
authored
Jul 11, 2013
by
James Zern
Committed by
Gerrit Code Review
Jul 11, 2013
Browse files
Merge "small update to peek_si/get_si documentation"
parents
cae3fb72
43dc0f88
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpx/internal/vpx_codec_internal.h
View file @
5b11e38a
...
...
@@ -94,9 +94,10 @@ typedef vpx_codec_err_t (*vpx_codec_destroy_fn_t)(vpx_codec_alg_priv_t *ctx);
/*!\brief parse stream info function pointer prototype
*
* Performs high level parsing of the bitstream. This function is called by
* the generic vpx_codec_parse_stream() wrapper function, so plugins implementing
* this interface may trust the input parameters to be properly initialized.
* Performs high level parsing of the bitstream. This function is called by the
* generic vpx_codec_peek_stream_info() wrapper function, so plugins
* implementing this interface may trust the input parameters to be properly
* initialized.
*
* \param[in] data Pointer to a block of data to parse
* \param[in] data_sz Size of the data buffer
...
...
@@ -301,7 +302,7 @@ struct vpx_codec_iface {
vpx_codec_set_mmap_fn_t
set_mmap
;
/**< \copydoc ::vpx_codec_set_mmap_fn_t */
struct
vpx_codec_dec_iface
{
vpx_codec_peek_si_fn_t
peek_si
;
/**< \copydoc ::vpx_codec_peek_si_fn_t */
vpx_codec_get_si_fn_t
get_si
;
/**< \copydoc ::vpx_codec_
peek
_si_fn_t */
vpx_codec_get_si_fn_t
get_si
;
/**< \copydoc ::vpx_codec_
get
_si_fn_t */
vpx_codec_decode_fn_t
decode
;
/**< \copydoc ::vpx_codec_decode_fn_t */
vpx_codec_get_frame_fn_t
get_frame
;
/**< \copydoc ::vpx_codec_get_frame_fn_t */
}
dec
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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