Data Fields | |
int64_t | riff_end |
int64_t | movi_end |
int64_t | fsize |
int64_t | movi_list |
int64_t | last_pkt_pos |
int | index_loaded |
int | is_odml |
int | non_interleaved |
int | stream_index |
DVDemuxContext * | dv_demux |
int64_t | riff_start |
int64_t | odml_list |
int64_t | frames_hdr_all |
int64_t | frames_hdr_strm [MAX_STREAMS] |
int | audio_strm_length [MAX_STREAMS] |
int | riff_id |
int | packet_count [MAX_STREAMS] |
AVIIndex | indexes [MAX_STREAMS] |
Definition at line 53 of file avidec.c.
int AVIContext::audio_strm_length[MAX_STREAMS] |
Definition at line 63 of file avidec.c.
Referenced by avi_read_close(), avi_read_header(), avi_read_packet(), and avi_read_seek().
int64_t AVIContext::frames_hdr_all |
int64_t AVIContext::frames_hdr_strm[MAX_STREAMS] |
int64_t AVIContext::fsize |
Definition at line 59 of file avidec.c.
Referenced by avi_read_header(), avi_read_seek(), and read_braindead_odml_indx().
AVIIndex AVIContext::indexes[MAX_STREAMS] |
Definition at line 50 of file avienc.c.
Referenced by avi_start_new_riff(), avi_write_header(), avi_write_idx1(), avi_write_ix(), avi_write_packet(), and avi_write_trailer().
int64_t AVIContext::last_pkt_pos |
int64_t AVIContext::movi_end |
int64_t AVIContext::movi_list |
Definition at line 57 of file avidec.c.
Referenced by avi_read_header(), avi_read_idx1(), avi_write_ix(), avi_write_packet(), and avi_write_trailer().
Definition at line 61 of file avidec.c.
Referenced by avi_read_header(), avi_read_idx1(), avi_read_packet(), avi_read_seek(), and read_braindead_odml_indx().
int64_t AVIContext::odml_list |
int AVIContext::packet_count[MAX_STREAMS] |
Definition at line 48 of file avienc.c.
Referenced by avi_write_counters(), avi_write_packet(), and avi_write_trailer().
int64_t AVIContext::riff_end |
Definition at line 47 of file avienc.c.
Referenced by avi_start_new_riff(), avi_write_header(), avi_write_idx1(), avi_write_ix(), avi_write_packet(), and avi_write_trailer().
int64_t AVIContext::riff_start |
Definition at line 44 of file avienc.c.
Referenced by avi_start_new_riff(), avi_write_packet(), and avi_write_trailer().
Definition at line 62 of file avidec.c.
Referenced by avi_read_header(), avi_read_packet(), and avi_read_seek().