Data Fields | |
int64_t | frame_offset |
int | remaining |
int | packet_size |
int | scale |
int | 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 |
int64_t | frames_hdr_strm |
int | audio_strm_length |
int | packet_count |
int | entry |
AVIIndex | indexes |
Definition at line 35 of file avidec.c.
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::entry |
int64_t AVIStream::frame_offset |
Definition at line 36 of file avidec.c.
Referenced by avi_read_header(), avi_read_packet(), and avi_read_seek().
int64_t AVIStream::frames_hdr_strm |
Definition at line 56 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().
Definition at line 53 of file avienc.c.
Referenced by avi_write_counters(), avi_write_packet(), and avi_write_trailer().
uint32_t AVIStream::pal[256] |
int AVIStream::rate |
Definition at line 43 of file avidec.c.
Referenced by avi_read_header(), avi_read_idx1(), avi_read_packet(), avi_read_seek(), clean_index(), and read_braindead_odml_indx().
int AVIStream::scale |