81 VP8_DECODER_CTRL_ID_MAX
87 typedef void (*
vpx_decrypt_cb)(
void *decrypt_state,
const unsigned char *input,
88 unsigned char *output,
int count);
129 #endif // VPX_VP8DX_H_
struct vpx_codec_iface vpx_codec_iface_t
Codec interface structure.
Definition: vpx_codec.h:173
vpx_decrypt_init vp8_decrypt_init
A deprecated alias for vpx_decrypt_init.
Definition: vp8dx.h:104
struct vpx_decrypt_init vpx_decrypt_init
Structure to hold decryption state.
void * decrypt_state
Definition: vp8dx.h:99
#define VPX_CTRL_USE_TYPE(id, typ)
vpx_codec_control type definition macro
Definition: vpx_codec.h:421
void(* vpx_decrypt_cb)(void *decrypt_state, const unsigned char *input, unsigned char *output, int count)
Definition: vp8dx.h:87
vpx_decrypt_cb decrypt_cb
Definition: vp8dx.h:96
Structure to hold decryption state.
Definition: vp8dx.h:94
Provides controls common to both the VP8 encoder and decoder.
vp8_dec_control_id
VP8 decoder control functions.
Definition: vp8dx.h:54