FFmpeg
Data Fields
AVIContext Struct Reference

Data Fields

const AVClassclass
 
int64_t riff_end
 
int64_t movi_end
 
int64_t fsize
 
int64_t io_fsize
 
int64_t movi_list
 
int64_t last_pkt_pos
 
int index_loaded
 
int is_odml
 
int non_interleaved
 
int stream_index
 
DVDemuxContextdv_demux
 
int odml_depth
 
int64_t odml_read
 
int64_t odml_max_pos
 
int use_odml
 
int64_t dts_max
 
AVPacketempty_packet
 
int64_t riff_start
 
int64_t odml_list
 
int64_t frames_hdr_all
 
int riff_id
 
int reserve_index_space
 
int master_index_max_size
 
int write_channel_mask
 
int flipped_raw_rgb
 

Detailed Description

Definition at line 71 of file avidec.c.

Field Documentation

◆ class

const AVClass * AVIContext::class

Definition at line 72 of file avidec.c.

◆ riff_end

int64_t AVIContext::riff_end

Definition at line 73 of file avidec.c.

Referenced by avi_read_header(), and get_riff().

◆ movi_end

int64_t AVIContext::movi_end

Definition at line 74 of file avidec.c.

Referenced by avi_load_index(), and avi_read_header().

◆ fsize

int64_t AVIContext::fsize

Definition at line 75 of file avidec.c.

Referenced by avi_read_header(), avi_sync(), and read_odml_index().

◆ io_fsize

int64_t AVIContext::io_fsize

Definition at line 76 of file avidec.c.

Referenced by avi_read_header(), avi_sync(), and calculate_bitrate().

◆ movi_list

int64_t AVIContext::movi_list

◆ last_pkt_pos

int64_t AVIContext::last_pkt_pos

Definition at line 78 of file avidec.c.

Referenced by avi_read_packet(), and avi_sync().

◆ index_loaded

int AVIContext::index_loaded

◆ is_odml

int AVIContext::is_odml

Definition at line 80 of file avidec.c.

Referenced by avi_read_header().

◆ non_interleaved

int AVIContext::non_interleaved

◆ stream_index

int AVIContext::stream_index

◆ dv_demux

DVDemuxContext* AVIContext::dv_demux

Definition at line 83 of file avidec.c.

Referenced by avi_read_close(), avi_read_header(), avi_read_packet(), avi_read_seek(), and avi_sync().

◆ odml_depth

int AVIContext::odml_depth

Definition at line 84 of file avidec.c.

Referenced by read_odml_index().

◆ odml_read

int64_t AVIContext::odml_read

Definition at line 85 of file avidec.c.

Referenced by read_odml_index().

◆ odml_max_pos

int64_t AVIContext::odml_max_pos

Definition at line 86 of file avidec.c.

Referenced by read_odml_index().

◆ use_odml

int AVIContext::use_odml

Definition at line 87 of file avidec.c.

Referenced by avi_read_header().

◆ dts_max

int64_t AVIContext::dts_max

Definition at line 89 of file avidec.c.

Referenced by avi_read_packet(), and avi_read_seek().

◆ empty_packet

AVPacket* AVIContext::empty_packet

Definition at line 72 of file avienc.c.

Referenced by avi_write_header(), and write_skip_frames().

◆ riff_start

int64_t AVIContext::riff_start

Definition at line 73 of file avienc.c.

Referenced by avi_start_new_riff(), avi_write_packet_internal(), and avi_write_trailer().

◆ odml_list

int64_t AVIContext::odml_list

Definition at line 73 of file avienc.c.

Referenced by avi_write_header(), and avi_write_trailer().

◆ frames_hdr_all

int64_t AVIContext::frames_hdr_all

Definition at line 74 of file avienc.c.

Referenced by avi_write_counters(), and avi_write_header().

◆ riff_id

int AVIContext::riff_id

◆ reserve_index_space

int AVIContext::reserve_index_space

Definition at line 76 of file avienc.c.

Referenced by avi_init(), and avi_write_header().

◆ master_index_max_size

int AVIContext::master_index_max_size

◆ write_channel_mask

int AVIContext::write_channel_mask

Definition at line 78 of file avienc.c.

Referenced by avi_write_header().

◆ flipped_raw_rgb

int AVIContext::flipped_raw_rgb

Definition at line 79 of file avienc.c.

Referenced by avi_write_header().


The documentation for this struct was generated from the following files: