Data Fields | |
int | ffindex |
int | next_chunk |
unsigned int | chunk_count |
int64_t * | chunk_offsets |
unsigned int | stts_count |
MOV_stts_t * | stts_data |
unsigned int | ctts_count |
MOV_stts_t * | ctts_data |
unsigned int | edit_count |
unsigned int | sample_to_chunk_sz |
MOV_stsc_t * | sample_to_chunk |
int | sample_to_ctime_index |
int | sample_to_ctime_sample |
unsigned int | sample_size |
unsigned int | sample_count |
int * | sample_sizes |
unsigned int | keyframe_count |
int * | keyframes |
int | time_scale |
int | time_rate |
int | current_sample |
unsigned int | bytes_per_frame |
unsigned int | samples_per_frame |
int | dv_audio_container |
int | pseudo_stream_id |
Definition at line 86 of file mov.c.
unsigned int MOVStreamContext::chunk_count |
Definition at line 89 of file mov.c.
Referenced by mov_build_index(), mov_read_header(), and mov_read_stco().
int64_t* MOVStreamContext::chunk_offsets |
Definition at line 90 of file mov.c.
Referenced by mov_build_index(), mov_read_header(), and mov_read_stco().
unsigned int MOVStreamContext::stts_count |
Definition at line 91 of file mov.c.
Referenced by mov_build_index(), mov_read_header(), and mov_read_stts().
Definition at line 92 of file mov.c.
Referenced by mov_build_index(), mov_read_header(), and mov_read_stts().
unsigned int MOVStreamContext::ctts_count |
Definition at line 93 of file mov.c.
Referenced by mov_read_ctts(), mov_read_packet(), and mov_seek_stream().
Definition at line 94 of file mov.c.
Referenced by mov_read_close(), mov_read_ctts(), mov_read_packet(), and mov_seek_stream().
unsigned int MOVStreamContext::edit_count |
unsigned int MOVStreamContext::sample_to_chunk_sz |
Definition at line 96 of file mov.c.
Referenced by mov_build_index(), mov_read_header(), and mov_read_stsc().
Definition at line 97 of file mov.c.
Referenced by mov_build_index(), mov_read_header(), and mov_read_stsc().
unsigned int MOVStreamContext::sample_size |
Definition at line 100 of file mov.c.
Referenced by mov_build_index(), mov_read_header(), mov_read_stsd(), and mov_read_stsz().
unsigned int MOVStreamContext::sample_count |
Definition at line 101 of file mov.c.
Referenced by mov_build_index(), mov_read_header(), mov_read_packet(), and mov_read_stsz().
Definition at line 102 of file mov.c.
Referenced by mov_build_index(), mov_read_header(), and mov_read_stsz().
unsigned int MOVStreamContext::keyframe_count |
Definition at line 104 of file mov.c.
Referenced by mov_build_index(), mov_read_header(), and mov_read_stss().
Definition at line 105 of file mov.c.
Referenced by mov_read_header(), mov_read_mdhd(), mov_read_packet(), and mov_read_stsd().
Definition at line 106 of file mov.c.
Referenced by mov_build_index(), mov_read_ctts(), mov_read_header(), mov_read_packet(), and mov_read_stts().
unsigned int MOVStreamContext::bytes_per_frame |
unsigned int MOVStreamContext::samples_per_frame |
Definition at line 110 of file mov.c.
Referenced by mov_build_index(), mov_read_packet(), and mov_read_stsd().