#include <isom.h>
Data Fields | |
AVClass * | avclass |
AVFormatContext * | fc |
int | time_scale |
int64_t | duration |
duration of the longest track | |
int | found_moov |
'moov' atom has been found | |
int | found_mdat |
'mdat' atom has been found | |
DVDemuxContext * | dv_demux |
AVFormatContext * | dv_fctx |
int | isom |
1 if file is ISO Media (mp4/3gp) | |
MOVFragment | fragment |
current fragment in moof atom | |
MOVTrackExt * | trex_data |
unsigned | trex_count |
int | itunes_metadata |
metadata are itunes style | |
int | chapter_track |
int | use_absolute_path |
Definition at line 133 of file isom.h.
Definition at line 147 of file isom.h.
Referenced by mov_read_chap(), mov_read_chapters(), and mov_read_header().
int64_t MOVContext::duration |
Definition at line 140 of file isom.h.
Referenced by ff_mov_read_stsd_entries(), mov_read_close(), and mov_read_packet().
Definition at line 141 of file isom.h.
Referenced by ff_mov_read_stsd_entries(), and mov_read_close().
Definition at line 135 of file isom.h.
Referenced by ff_mov_read_stsd_entries(), mov_build_index(), mov_metadata_gnre(), mov_metadata_int8_bypass_padding(), mov_metadata_int8_no_padding(), mov_metadata_track_or_disc_number(), mov_read_chan(), mov_read_chan2(), mov_read_chpl(), mov_read_cmov(), mov_read_ctts(), mov_read_dac3(), mov_read_default(), mov_read_dref(), mov_read_elst(), mov_read_enda(), mov_read_esds(), mov_read_extradata(), mov_read_fiel(), mov_read_ftyp(), mov_read_glbl(), mov_read_hdlr(), mov_read_header(), mov_read_mdhd(), mov_read_moof(), mov_read_mvhd(), mov_read_packet(), mov_read_pasp(), mov_read_smi(), mov_read_stco(), mov_read_stps(), mov_read_strf(), mov_read_stsc(), mov_read_stss(), mov_read_stsz(), mov_read_stts(), mov_read_tfhd(), mov_read_tkhd(), mov_read_trak(), mov_read_trex(), mov_read_trun(), mov_read_udta_string(), mov_read_wave(), mov_read_wfex(), and qt_rtp_parse_packet().
'mdat' atom has been found
Definition at line 139 of file isom.h.
Referenced by mov_read_default(), mov_read_mdat(), and mov_read_packet().
'moov' atom has been found
Definition at line 138 of file isom.h.
Referenced by mov_read_default(), mov_read_header(), and mov_read_moov().
current fragment in moof atom
Definition at line 143 of file isom.h.
Referenced by mov_read_moof(), mov_read_tfhd(), and mov_read_trun().
int MOVContext::isom |
1 if file is ISO Media (mp4/3gp)
Definition at line 142 of file isom.h.
Referenced by ff_mov_read_stsd_entries(), and mov_read_ftyp().
metadata are itunes style
Definition at line 146 of file isom.h.
Referenced by mov_read_ilst(), and mov_read_udta_string().
Definition at line 136 of file isom.h.
Referenced by mov_build_index(), mov_read_mvhd(), and mov_read_trak().
unsigned MOVContext::trex_count |
Definition at line 144 of file isom.h.
Referenced by mov_read_close(), mov_read_header(), mov_read_tfhd(), and mov_read_trex().