FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
MOVContext Struct Reference

#include <isom.h>

Data Fields

AVClassavclass
 
AVFormatContextfc
 
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
 
DVDemuxContextdv_demux
 
AVFormatContextdv_fctx
 
int isom
 1 if file is ISO Media (mp4/3gp)
 
MOVFragment fragment
 current fragment in moof atom
 
MOVTrackExttrex_data
 
unsigned trex_count
 
int itunes_metadata
 metadata are itunes style
 
int chapter_track
 
int use_absolute_path
 
int ignore_editlist
 
int64_t next_root_atom
 offset of the next root atom
 
int * bitrates
 bitrates read before streams creation
 
int bitrates_count
 

Detailed Description

Definition at line 147 of file isom.h.

Field Documentation

AVClass* MOVContext::avclass

Definition at line 148 of file isom.h.

AVFormatContext* MOVContext::fc
int MOVContext::time_scale

Definition at line 150 of file isom.h.

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

int64_t MOVContext::duration

duration of the longest track

Definition at line 151 of file isom.h.

Referenced by mov_read_mvhd().

int MOVContext::found_moov

'moov' atom has been found

Definition at line 152 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 153 of file isom.h.

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

DVDemuxContext* MOVContext::dv_demux

Definition at line 154 of file isom.h.

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

AVFormatContext* MOVContext::dv_fctx

Definition at line 155 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 156 of file isom.h.

Referenced by mov_parse_stsd_audio(), mov_read_ftyp(), and mov_read_hdlr().

MOVFragment MOVContext::fragment

current fragment in moof atom

Definition at line 157 of file isom.h.

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

MOVTrackExt* MOVContext::trex_data

Definition at line 158 of file isom.h.

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

unsigned MOVContext::trex_count

Definition at line 159 of file isom.h.

Referenced by mov_read_tfhd(), and mov_read_trex().

int MOVContext::itunes_metadata

metadata are itunes style

Definition at line 160 of file isom.h.

Referenced by mov_read_ilst(), and mov_read_udta_string().

int MOVContext::chapter_track

Definition at line 161 of file isom.h.

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

int MOVContext::use_absolute_path

Definition at line 162 of file isom.h.

Referenced by mov_read_trak().

int MOVContext::ignore_editlist

Definition at line 163 of file isom.h.

Referenced by mov_read_elst().

int64_t MOVContext::next_root_atom

offset of the next root atom

Definition at line 164 of file isom.h.

Referenced by mov_read_default(), and mov_read_packet().

int* MOVContext::bitrates

bitrates read before streams creation

Definition at line 165 of file isom.h.

Referenced by mov_read_close(), mov_read_header(), and mov_read_uuid().

int MOVContext::bitrates_count

Definition at line 166 of file isom.h.

Referenced by mov_read_header(), and mov_read_uuid().


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