FFmpeg
|
#include <isom.h>
AVFormatContext* MOVContext::fc |
Definition at line 265 of file isom.h.
Referenced by cenc_filter(), get_edit_list_entry(), mov_build_index(), mov_fix_index(), mov_read_header(), mov_read_packet(), mov_switch_root(), and read_tfra().
int MOVContext::time_scale |
Definition at line 266 of file isom.h.
Referenced by mov_build_index(), and mov_fix_index().
int MOVContext::found_moov |
int MOVContext::found_mdat |
int MOVContext::found_hdlr_mdta |
int MOVContext::trak_index |
Index of the current 'trak'.
Definition at line 271 of file isom.h.
Referenced by mov_read_header().
char** MOVContext::meta_keys |
Definition at line 272 of file isom.h.
Referenced by mov_read_close().
unsigned MOVContext::meta_keys_count |
Definition at line 273 of file isom.h.
Referenced by mov_read_close().
DVDemuxContext* MOVContext::dv_demux |
Definition at line 274 of file isom.h.
Referenced by mov_read_close(), and mov_read_packet().
AVFormatContext* MOVContext::dv_fctx |
Definition at line 275 of file isom.h.
Referenced by mov_read_close().
MOVFragment MOVContext::fragment |
current fragment in moof atom
Definition at line 277 of file isom.h.
Referenced by cenc_filter(), and mov_read_header().
MOVTrackExt* MOVContext::trex_data |
Definition at line 278 of file isom.h.
Referenced by mov_read_close(), and mov_read_header().
int MOVContext::handbrake_version |
Definition at line 281 of file isom.h.
Referenced by mov_read_header().
int* MOVContext::chapter_tracks |
Definition at line 282 of file isom.h.
Referenced by mov_read_chapters(), and mov_read_close().
unsigned int MOVContext::nb_chapter_tracks |
Definition at line 283 of file isom.h.
Referenced by mov_read_chapters(), and mov_read_header().
int MOVContext::ignore_editlist |
Definition at line 285 of file isom.h.
Referenced by mov_build_index().
int MOVContext::advanced_editlist |
Definition at line 286 of file isom.h.
Referenced by mov_build_index().
int MOVContext::ignore_chapters |
Definition at line 287 of file isom.h.
Referenced by mov_read_header().
int64_t MOVContext::next_root_atom |
offset of the next root atom
Definition at line 289 of file isom.h.
Referenced by mov_read_packet(), mov_seek_fragment(), and mov_switch_root().
int* MOVContext::bitrates |
bitrates read before streams creation
Definition at line 292 of file isom.h.
Referenced by mov_read_close(), and mov_read_header().
int MOVContext::bitrates_count |
Definition at line 293 of file isom.h.
Referenced by mov_read_header().
int MOVContext::moov_retry |
Definition at line 294 of file isom.h.
Referenced by mov_read_header().
int MOVContext::use_mfra_for |
Definition at line 295 of file isom.h.
Referenced by mov_read_header().
MOVFragmentIndex MOVContext::frag_index |
Definition at line 298 of file isom.h.
Referenced by cenc_filter(), mov_read_close(), mov_read_header(), mov_seek_fragment(), mov_switch_root(), and read_tfra().
unsigned int MOVContext::aax_mode |
'aax' file has been detected
Definition at line 300 of file isom.h.
Referenced by mov_read_packet().
struct AVAES* MOVContext::aes_decrypt |
Definition at line 311 of file isom.h.
Referenced by mov_read_close().
uint8_t* MOVContext::decryption_key |
Definition at line 312 of file isom.h.
Referenced by cenc_filter().
int MOVContext::decryption_key_len |
Definition at line 313 of file isom.h.
Referenced by mov_read_header().
int32_t MOVContext::movie_display_matrix[3][3] |