Definition at line 112 of file mov.c.
Public Attributes | |
| AVFormatContext * | fc |
| int | time_scale |
| int64_t | duration |
| int | found_moov |
| int | found_mdat |
| int64_t | mdat_offset |
| int | total_streams |
| MOVStreamContext * | streams [MAX_STREAMS] |
| struct MOVParseTableEntry * | parse_table |
| AVPaletteControl | palette_control |
| MOV_mdat_t * | mdat_list |
| int | mdat_count |
| DVDemuxContext * | dv_demux |
| AVFormatContext * | dv_fctx |
| int | isom |
| int | mode |
| int64_t | time |
| int | nb_streams |
| offset_t | mdat_pos |
| uint64_t | mdat_size |
| long | timescale |
| MOVTrack | tracks [MAX_STREAMS] |
Definition at line 113 of file mov.c.
Referenced by mov_build_index(), mov_read_avcC(), mov_read_cmov(), mov_read_ctts(), mov_read_default(), mov_read_elst(), mov_read_enda(), mov_read_esds(), mov_read_extradata(), mov_read_ftyp(), mov_read_hdlr(), mov_read_header(), mov_read_mdhd(), mov_read_mvhd(), mov_read_packet(), mov_read_smi(), mov_read_stco(), mov_read_stsc(), mov_read_stsd(), mov_read_stss(), mov_read_stsz(), mov_read_stts(), mov_read_tkhd(), mov_read_trak(), mov_read_udta(), mov_read_wave(), and mp4_read_descr().
Definition at line 116 of file mov.c.
Referenced by mov_read_header(), mov_read_mdat(), and mov_read_moov().
Definition at line 117 of file mov.c.
Referenced by mov_read_header(), mov_read_mdat(), and mov_read_moov().
Definition at line 119 of file mov.c.
Referenced by mov_build_index(), mov_read_close(), mov_read_header(), and mov_read_packet().
| MOVStreamContext* MOVContext::streams[MAX_STREAMS] |
Definition at line 120 of file mov.c.
Referenced by mov_build_index(), mov_read_close(), mov_read_elst(), mov_read_header(), mov_read_packet(), and mov_read_trak().
struct MOVParseTableEntry* MOVContext::parse_table [read] |
Definition at line 126 of file mov.c.
Referenced by mov_build_index(), mov_read_header(), and mov_read_mdat().
Definition at line 128 of file mov.c.
Referenced by mov_read_close(), mov_read_packet(), and mov_read_stsd().
| int MOVContext::isom |
Definition at line 130 of file mov.c.
Referenced by mov_read_ftyp(), mov_read_hdlr(), and mov_read_stsd().
| int MOVContext::mode |
Definition at line 72 of file movenc.c.
Referenced by mov_write_ftyp_tag(), mov_write_header(), mov_write_mdat_tag(), mov_write_moov_tag(), and mov_write_udta_tag().
Definition at line 73 of file movenc.c.
Referenced by mov_write_header(), mov_write_moov_tag(), and mov_write_mvhd_tag().
Definition at line 74 of file movenc.c.
Referenced by mov_write_header(), mov_write_moov_tag(), mov_write_mvhd_tag(), mov_write_trailer(), and mov_write_udta_tag().
Definition at line 75 of file movenc.c.
Referenced by mov_write_mdat_tag(), and mov_write_trailer().
Definition at line 77 of file movenc.c.
Referenced by mov_write_moov_tag(), and mov_write_mvhd_tag().
| MOVTrack MOVContext::tracks[MAX_STREAMS] |
Definition at line 78 of file movenc.c.
Referenced by mov_write_header(), mov_write_ilst_tag(), mov_write_moov_tag(), mov_write_mvhd_tag(), mov_write_packet(), mov_write_trailer(), and mov_write_udta_tag().
1.5.5