FFmpeg
|
Specifies the decoder configuration information for ISO/IEC 23094-1 video content. More...
Data Fields | |
uint8_t | configurationVersion |
uint8_t | profile_idc |
uint8_t | level_idc |
uint32_t | toolset_idc_h |
uint32_t | toolset_idc_l |
uint8_t | chroma_format_idc |
uint8_t | bit_depth_luma_minus8 |
uint8_t | bit_depth_chroma_minus8 |
uint16_t | pic_width_in_luma_samples |
uint16_t | pic_height_in_luma_samples |
uint8_t | reserved |
uint8_t | lengthSizeMinusOne |
uint8_t | num_of_arrays |
EVCNALUnitArray | arrays [NB_ARRAYS] |
Specifies the decoder configuration information for ISO/IEC 23094-1 video content.
uint8_t EVCDecoderConfigurationRecord::configurationVersion |
Definition at line 55 of file evc.c.
Referenced by evcc_init(), and evcc_write().
uint8_t EVCDecoderConfigurationRecord::profile_idc |
Definition at line 56 of file evc.c.
Referenced by evcc_parse_sps(), and evcc_write().
uint8_t EVCDecoderConfigurationRecord::level_idc |
Definition at line 57 of file evc.c.
Referenced by evcc_parse_sps(), and evcc_write().
uint32_t EVCDecoderConfigurationRecord::toolset_idc_h |
Definition at line 58 of file evc.c.
Referenced by evcc_parse_sps(), and evcc_write().
uint32_t EVCDecoderConfigurationRecord::toolset_idc_l |
Definition at line 59 of file evc.c.
Referenced by evcc_parse_sps(), and evcc_write().
uint8_t EVCDecoderConfigurationRecord::chroma_format_idc |
Definition at line 60 of file evc.c.
Referenced by evcc_parse_sps(), and evcc_write().
uint8_t EVCDecoderConfigurationRecord::bit_depth_luma_minus8 |
Definition at line 61 of file evc.c.
Referenced by evcc_parse_sps(), and evcc_write().
uint8_t EVCDecoderConfigurationRecord::bit_depth_chroma_minus8 |
Definition at line 62 of file evc.c.
Referenced by evcc_parse_sps(), and evcc_write().
uint16_t EVCDecoderConfigurationRecord::pic_width_in_luma_samples |
Definition at line 63 of file evc.c.
Referenced by evcc_parse_sps(), and evcc_write().
uint16_t EVCDecoderConfigurationRecord::pic_height_in_luma_samples |
Definition at line 64 of file evc.c.
Referenced by evcc_parse_sps(), and evcc_write().
uint8_t EVCDecoderConfigurationRecord::lengthSizeMinusOne |
Definition at line 66 of file evc.c.
Referenced by evcc_init(), and evcc_write().
uint8_t EVCDecoderConfigurationRecord::num_of_arrays |
Definition at line 67 of file evc.c.
Referenced by evcc_write(), and ff_isom_write_evcc().
EVCNALUnitArray EVCDecoderConfigurationRecord::arrays[NB_ARRAYS] |
Definition at line 68 of file evc.c.
Referenced by evcc_close(), evcc_write(), and ff_isom_write_evcc().