FFmpeg
|
Data Fields | |
uint8_t | configurationVersion |
uint8_t | number_of_configuration_entry |
APVDecoderConfigurationEntry * | configuration_entry |
CodedBitstreamContext * | cbc |
CodedBitstreamFragment | frag |
uint8_t APVDecoderConfigurationRecord::configurationVersion |
Definition at line 71 of file apv.c.
Referenced by ff_isom_init_apvc(), and ff_isom_write_apvc().
uint8_t APVDecoderConfigurationRecord::number_of_configuration_entry |
Definition at line 72 of file apv.c.
Referenced by apv_add_configuration_entry(), ff_isom_close_apvc(), ff_isom_parse_apvc(), and ff_isom_write_apvc().
APVDecoderConfigurationEntry* APVDecoderConfigurationRecord::configuration_entry |
Definition at line 74 of file apv.c.
Referenced by apv_add_configuration_entry(), ff_isom_close_apvc(), ff_isom_parse_apvc(), and ff_isom_write_apvc().
CodedBitstreamContext* APVDecoderConfigurationRecord::cbc |
Definition at line 76 of file apv.c.
Referenced by ff_isom_close_apvc(), ff_isom_init_apvc(), and ff_isom_parse_apvc().
CodedBitstreamFragment APVDecoderConfigurationRecord::frag |
Definition at line 77 of file apv.c.
Referenced by ff_isom_close_apvc(), and ff_isom_parse_apvc().