FFmpeg
|
Data Fields | |
int64_t | indx_start |
int64_t | audio_strm_offset |
int | entry |
int | ents_allocated |
int | master_odml_riff_id_base |
AVIIentry ** | cluster |
int64_t AVIIndex::indx_start |
Definition at line 60 of file avienc.c.
Referenced by update_odml_entry(), and write_odml_master().
int64_t AVIIndex::audio_strm_offset |
Definition at line 61 of file avienc.c.
Referenced by avi_start_new_riff(), and update_odml_entry().
int AVIIndex::entry |
Definition at line 62 of file avienc.c.
Referenced by avi_add_ientry(), avi_start_new_riff(), avi_write_idx1(), avi_write_ix(), avi_write_trailer(), and update_odml_entry().
int AVIIndex::ents_allocated |
Definition at line 63 of file avienc.c.
Referenced by avi_add_ientry(), and avi_write_trailer().
int AVIIndex::master_odml_riff_id_base |
Definition at line 64 of file avienc.c.
Referenced by avi_write_ix(), and update_odml_entry().
AVIIentry** AVIIndex::cluster |
Definition at line 65 of file avienc.c.
Referenced by avi_add_ientry(), avi_get_ientry(), and avi_write_trailer().