vpx_codec_dec_cfg Struct Reference

Initialization Configurations. More...

Public Attributes

unsigned int threads
 Maximum number of threads to use, default 1. More...
 
unsigned int w
 Width. More...
 
unsigned int h
 Height. More...
 

Detailed Description

Initialization Configurations.

This structure is used to pass init time configuration options to the decoder.

Member Data Documentation

◆ h

unsigned int vpx_codec_dec_cfg::h

Height.

◆ threads

unsigned int vpx_codec_dec_cfg::threads

Maximum number of threads to use, default 1.

◆ w

unsigned int vpx_codec_dec_cfg::w

Width.