Data Fields | |
AVFormatContext * | fc |
int | time_scale |
int64_t | duration |
int | found_moov |
int | found_mdat |
AVPaletteControl | palette_control |
MOV_mdat_t * | mdat_list |
int | mdat_count |
DVDemuxContext * | dv_demux |
AVFormatContext * | dv_fctx |
int | isom |
int | mode |
int64_t | time |
int | nb_streams |
offset_t | mdat_pos |
uint64_t | mdat_size |
long | timescale |
MOVTrack | tracks [MAX_STREAMS] |
Definition at line 113 of file mov.c.
Definition at line 114 of file mov.c.
Referenced by mov_build_index(), mov_read_cmov(), mov_read_ctts(), mov_read_default(), mov_read_elst(), mov_read_enda(), mov_read_esds(), mov_read_extradata(), mov_read_ftyp(), mov_read_glbl(), mov_read_hdlr(), mov_read_header(), mov_read_mdhd(), mov_read_mvhd(), mov_read_packet(), mov_read_smi(), mov_read_stco(), mov_read_stsc(), mov_read_stsd(), mov_read_stss(), mov_read_stsz(), mov_read_stts(), mov_read_tkhd(), mov_read_trak(), mov_read_udta(), mov_read_wave(), and mp4_read_descr().
int64_t MOVContext::duration |
Definition at line 117 of file mov.c.
Referenced by mov_read_default(), mov_read_header(), mov_read_mdat(), and mov_read_moov().
Definition at line 118 of file mov.c.
Referenced by mov_read_default(), mov_read_header(), mov_read_mdat(), and mov_read_moov().
Definition at line 120 of file mov.c.
Referenced by mov_build_index(), mov_read_header(), and mov_read_mdat().
Definition at line 122 of file mov.c.
Referenced by mov_read_close(), mov_read_packet(), and mov_read_stsd().
int MOVContext::isom |
Definition at line 124 of file mov.c.
Referenced by mov_read_ftyp(), mov_read_hdlr(), and mov_read_stsd().
int MOVContext::mode |
Definition at line 73 of file movenc.c.
Referenced by mov_write_ftyp_tag(), mov_write_header(), mov_write_mdat_tag(), mov_write_moov_tag(), and mov_write_udta_tag().
int64_t MOVContext::time |
Definition at line 74 of file movenc.c.
Referenced by mov_write_header(), mov_write_moov_tag(), and mov_write_mvhd_tag().
Definition at line 75 of file movenc.c.
Referenced by mov_write_header(), mov_write_moov_tag(), mov_write_mvhd_tag(), mov_write_trailer(), and mov_write_udta_tag().
Definition at line 76 of file movenc.c.
Referenced by mov_write_mdat_tag(), and mov_write_trailer().
uint64_t MOVContext::mdat_size |
Definition at line 78 of file movenc.c.
Referenced by mov_write_moov_tag(), and mov_write_mvhd_tag().
MOVTrack MOVContext::tracks[MAX_STREAMS] |
Definition at line 79 of file movenc.c.
Referenced by mov_write_header(), mov_write_ilst_tag(), mov_write_moov_tag(), mov_write_mvhd_tag(), mov_write_packet(), mov_write_trailer(), and mov_write_udta_tag().