Data Fields | |
ByteIOContext * | pb |
int | ffindex |
int | next_chunk |
unsigned int | chunk_count |
int64_t * | chunk_offsets |
unsigned int | stts_count |
MOVStts * | stts_data |
unsigned int | ctts_count |
MOVStts * | ctts_data |
unsigned int | stsc_count |
MOVStsc * | stsc_data |
int | ctts_index |
int | ctts_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 | time_offset |
time offset of the first edit list entry | |
int | current_sample |
unsigned int | bytes_per_frame |
unsigned int | samples_per_frame |
int | dv_audio_container |
int | pseudo_stream_id |
-1 means demux all ids | |
int16_t | audio_cid |
stsd audio compression id | |
unsigned | drefs_count |
MOVDref * | drefs |
int | dref_id |
int | wrong_dts |
dts are wrong due to negative ctts | |
int | width |
tkhd width | |
int | height |
tkhd height |
Definition at line 107 of file mov.c.
int16_t MOVStreamContext::audio_cid |
unsigned int MOVStreamContext::bytes_per_frame |
unsigned int MOVStreamContext::chunk_count |
Definition at line 111 of file mov.c.
Referenced by mov_build_index(), mov_read_stco(), and mov_read_trak().
int64_t* MOVStreamContext::chunk_offsets |
Definition at line 112 of file mov.c.
Referenced by mov_build_index(), mov_read_stco(), and mov_read_trak().
unsigned int MOVStreamContext::ctts_count |
Definition at line 115 of file mov.c.
Referenced by mov_read_ctts(), mov_read_trun(), and mov_seek_stream().
Definition at line 116 of file mov.c.
Referenced by mov_read_close(), mov_read_ctts(), mov_read_trun(), and mov_seek_stream().
Definition at line 136 of file mov.c.
Referenced by mov_read_close(), mov_read_dref(), and mov_read_trak().
unsigned MOVStreamContext::drefs_count |
Definition at line 135 of file mov.c.
Referenced by mov_read_close(), mov_read_dref(), and mov_read_trak().
tkhd height
Definition at line 140 of file mov.c.
Referenced by mov_read_stsd(), and mov_read_tkhd().
unsigned int MOVStreamContext::keyframe_count |
Definition at line 125 of file mov.c.
Referenced by mov_build_index(), mov_read_stss(), and mov_read_trak().
Definition at line 108 of file mov.c.
Referenced by mov_read_close(), mov_read_packet(), and mov_read_trak().
-1 means demux all ids
Definition at line 133 of file mov.c.
Referenced by mov_build_index(), mov_read_stsd(), and mov_read_trun().
unsigned int MOVStreamContext::sample_count |
Definition at line 122 of file mov.c.
Referenced by mov_build_index(), mov_read_packet(), mov_read_stsz(), mov_read_trak(), and mov_read_trun().
unsigned int MOVStreamContext::sample_size |
Definition at line 121 of file mov.c.
Referenced by mov_build_index(), mov_read_stsd(), mov_read_stsz(), and mov_read_trak().
Definition at line 123 of file mov.c.
Referenced by mov_build_index(), mov_read_stsz(), and mov_read_trak().
unsigned int MOVStreamContext::samples_per_frame |
unsigned int MOVStreamContext::stsc_count |
Definition at line 117 of file mov.c.
Referenced by mov_build_index(), mov_read_stsc(), and mov_read_trak().
Definition at line 118 of file mov.c.
Referenced by mov_build_index(), mov_read_stsc(), and mov_read_trak().
unsigned int MOVStreamContext::stts_count |
Definition at line 113 of file mov.c.
Referenced by mov_build_index(), mov_read_stts(), and mov_read_trak().
Definition at line 114 of file mov.c.
Referenced by mov_build_index(), mov_read_stts(), and mov_read_trak().
time offset of the first edit list entry
Definition at line 128 of file mov.c.
Referenced by mov_build_index(), and mov_read_elst().
Definition at line 127 of file mov.c.
Referenced by mov_build_index(), mov_read_ctts(), mov_read_elst(), mov_read_packet(), mov_read_stts(), mov_read_trak(), and mov_read_trun().
Definition at line 126 of file mov.c.
Referenced by mov_read_mdhd(), mov_read_packet(), mov_read_stsd(), and mov_read_trak().
tkhd width
Definition at line 139 of file mov.c.
Referenced by mov_read_stsd(), and mov_read_tkhd().
dts are wrong due to negative ctts
Definition at line 138 of file mov.c.
Referenced by mov_read_ctts().