FFmpeg
|
Data Fields | |
int64_t | frame_offset |
int | remaining |
int | packet_size |
uint32_t | scale |
uint32_t | rate |
int | sample_size |
int64_t | cum_len |
int | prefix |
normally 'd'<<8 + 'c' or 'w'<<8 + 'b' | |
int | prefix_count |
uint32_t | pal [256] |
int | has_pal |
int | dshow_block_align |
block align variable used to emulate bugs in the MS dshow demuxer | |
AVFormatContext * | sub_ctx |
AVPacket | sub_pkt |
uint8_t * | sub_buffer |
int64_t | seek_pos |
int64_t | frames_hdr_strm |
int64_t | audio_strm_length |
int | packet_count |
int | entry |
AVIIndex | indexes |
int64_t AVIStream::frame_offset |
Definition at line 36 of file avidec.c.
Referenced by avi_read_header(), avi_read_packet(), avi_read_seek(), avi_sync(), and get_subtitle_pkt().
int AVIStream::remaining |
Definition at line 38 of file avidec.c.
Referenced by avi_read_packet(), avi_read_seek(), and avi_sync().
int AVIStream::packet_size |
Definition at line 39 of file avidec.c.
Referenced by avi_read_seek(), and avi_sync().
uint32_t AVIStream::scale |
Definition at line 41 of file avidec.c.
Referenced by avi_read_header(), and avi_read_seek().
uint32_t AVIStream::rate |
Definition at line 42 of file avidec.c.
Referenced by avi_read_header(), and avi_read_seek().
int AVIStream::sample_size |
Definition at line 43 of file avidec.c.
Referenced by avi_read_header(), avi_read_packet(), avi_read_seek(), avi_sync(), clean_index(), get_duration(), guess_ni_flag(), and read_braindead_odml_indx().
int64_t AVIStream::cum_len |
Definition at line 45 of file avidec.c.
Referenced by avi_read_header(), avi_read_idx1(), and read_braindead_odml_indx().
int AVIStream::prefix |
normally 'd'<<8 + 'c' or 'w'<<8 + 'b'
Definition at line 47 of file avidec.c.
Referenced by avi_sync().
int AVIStream::prefix_count |
Definition at line 48 of file avidec.c.
Referenced by avi_sync().
uint32_t AVIStream::pal[256] |
Definition at line 49 of file avidec.c.
Referenced by avi_read_header(), and avi_sync().
int AVIStream::has_pal |
Definition at line 50 of file avidec.c.
Referenced by avi_read_header(), and avi_sync().
int AVIStream::dshow_block_align |
block align variable used to emulate bugs in the MS dshow demuxer
Definition at line 51 of file avidec.c.
Referenced by avi_read_header(), and get_duration().
AVFormatContext* AVIStream::sub_ctx |
Definition at line 53 of file avidec.c.
Referenced by avi_read_close(), avi_read_seek(), get_subtitle_pkt(), read_gab2_sub(), and seek_subtitle().
AVPacket AVIStream::sub_pkt |
Definition at line 54 of file avidec.c.
Referenced by avi_read_close(), get_subtitle_pkt(), read_gab2_sub(), and seek_subtitle().
uint8_t* AVIStream::sub_buffer |
Definition at line 55 of file avidec.c.
Referenced by avi_read_close(), and read_gab2_sub().
int64_t AVIStream::seek_pos |
Definition at line 57 of file avidec.c.
Referenced by avi_read_seek().
int64_t AVIStream::frames_hdr_strm |
Definition at line 59 of file avienc.c.
Referenced by avi_write_counters(), and avi_write_header().
int64_t AVIStream::audio_strm_length |
Definition at line 60 of file avienc.c.
Referenced by avi_write_counters(), and avi_write_packet().
int AVIStream::packet_count |
Definition at line 61 of file avienc.c.
Referenced by avi_write_counters(), avi_write_packet(), and avi_write_trailer().
int AVIStream::entry |
Definition at line 62 of file avienc.c.
Referenced by avi_write_idx1().
AVIIndex AVIStream::indexes |
Definition at line 64 of file avienc.c.
Referenced by avi_start_new_riff(), avi_write_header(), avi_write_idx1(), avi_write_ix(), avi_write_packet(), and avi_write_trailer().