vpx_codec_dec_cfg Struct Reference
[Decoder Algorithm Interface]
Initialization Configurations. More...
#include <vpx_decoder.h>
Data Fields |
|
| unsigned int | threads |
| unsigned int | w |
| unsigned int | h |
Detailed Description
Initialization Configurations.
This structure is used to pass init time configuration options to the decoder.
Field Documentation
| unsigned int vpx_codec_dec_cfg::threads |
Maximum number of threads to use, default 1
| unsigned int vpx_codec_dec_cfg::w |
Width
| unsigned int vpx_codec_dec_cfg::h |
Height
The documentation for this struct was generated from the following file:
- vpx/vpx_decoder.h
Generated on Fri May 11 11:24:51 2012 for WebM VP8 Codec SDK by
1.6.3


