Libav
Data Fields
MOVContext Struct Reference

#include <isom.h>

Data Fields

AVFormatContextfc
 
int time_scale
 
int64_t duration
 duration of the longest track More...
 
int found_moov
 'moov' atom has been found More...
 
int found_mdat
 'mdat' atom has been found More...
 
DVDemuxContextdv_demux
 
AVFormatContextdv_fctx
 
int isom
 1 if file is ISO Media (mp4/3gp) More...
 
MOVFragment fragment
 current fragment in moof atom More...
 
MOVTrackExttrex_data
 
unsigned trex_count
 
int itunes_metadata
 metadata are itunes style More...
 
int chapter_track
 
int64_t next_root_atom
 offset of the next root atom More...
 

Detailed Description

Definition at line 140 of file isom.h.

Field Documentation

AVFormatContext* MOVContext::fc
int MOVContext::time_scale

Definition at line 142 of file isom.h.

Referenced by mov_build_index(), mov_read_mvhd(), and mov_read_trak().

int64_t MOVContext::duration

duration of the longest track

Definition at line 143 of file isom.h.

Referenced by mov_read_mvhd().

int MOVContext::found_moov

'moov' atom has been found

Definition at line 144 of file isom.h.

Referenced by mov_read_default(), mov_read_header(), and mov_read_moov().

int MOVContext::found_mdat

'mdat' atom has been found

Definition at line 145 of file isom.h.

Referenced by mov_read_default(), mov_read_mdat(), and mov_read_packet().

DVDemuxContext* MOVContext::dv_demux

Definition at line 146 of file isom.h.

Referenced by mov_finalize_stsd_codec(), mov_read_close(), and mov_read_packet().

AVFormatContext* MOVContext::dv_fctx

Definition at line 147 of file isom.h.

Referenced by mov_finalize_stsd_codec(), and mov_read_close().

int MOVContext::isom

1 if file is ISO Media (mp4/3gp)

Definition at line 148 of file isom.h.

Referenced by mov_parse_stsd_audio(), and mov_read_ftyp().

MOVFragment MOVContext::fragment

current fragment in moof atom

Definition at line 149 of file isom.h.

Referenced by mov_read_moof(), mov_read_tfhd(), and mov_read_trun().

MOVTrackExt* MOVContext::trex_data

Definition at line 150 of file isom.h.

Referenced by mov_read_close(), mov_read_header(), mov_read_tfhd(), and mov_read_trex().

unsigned MOVContext::trex_count

Definition at line 151 of file isom.h.

Referenced by mov_read_tfhd(), and mov_read_trex().

int MOVContext::itunes_metadata

metadata are itunes style

Definition at line 152 of file isom.h.

Referenced by mov_read_ilst(), and mov_read_udta_string().

int MOVContext::chapter_track

Definition at line 153 of file isom.h.

Referenced by mov_read_chap(), mov_read_chapters(), and mov_read_header().

int64_t MOVContext::next_root_atom

offset of the next root atom

Definition at line 154 of file isom.h.

Referenced by mov_read_default(), and mov_read_packet().


The documentation for this struct was generated from the following file: