FFmpeg
|
Data Fields | |
const AVClass * | class |
Class for private options. More... | |
int | trust_metadata |
configure streams according onMetaData More... | |
int | wrong_dts |
wrong dts due to negative cts More... | |
uint8_t * | new_extradata [FLV_STREAM_TYPE_NB] |
int | new_extradata_size [FLV_STREAM_TYPE_NB] |
int | last_sample_rate |
int | last_channels |
struct { | |
int64_t dts | |
int64_t pos | |
} | validate_index [2] |
int | validate_next |
int | validate_count |
int | searched_for_end |
uint8_t | resync_buffer [2 *RESYNC_BUFFER_SIZE] |
int | broken_sizes |
int | sum_flv_tag_size |
AVClass * | av_class |
int | reserved |
int64_t | duration_offset |
int64_t | filesize_offset |
int64_t | duration |
int64_t | delay |
first dts delay (needed for AVC & Speex) More... | |
AVCodecParameters * | audio_par |
AVCodecParameters * | video_par |
double | framerate |
AVCodecParameters * | data_par |
int | flags |
int FLVContext::trust_metadata |
configure streams according onMetaData
Definition at line 46 of file flvdec.c.
Referenced by amf_parse_object().
int FLVContext::wrong_dts |
wrong dts due to negative cts
Definition at line 47 of file flvdec.c.
Referenced by flv_read_packet().
uint8_t* FLVContext::new_extradata[FLV_STREAM_TYPE_NB] |
Definition at line 48 of file flvdec.c.
Referenced by flv_queue_extradata(), flv_read_close(), and flv_read_packet().
int FLVContext::new_extradata_size[FLV_STREAM_TYPE_NB] |
Definition at line 49 of file flvdec.c.
Referenced by flv_queue_extradata(), and flv_read_packet().
int FLVContext::last_sample_rate |
Definition at line 50 of file flvdec.c.
Referenced by flv_read_packet().
int FLVContext::last_channels |
Definition at line 51 of file flvdec.c.
Referenced by flv_read_packet().
int64_t FLVContext::dts |
Definition at line 53 of file flvdec.c.
Referenced by flv_read_packet(), and parse_keyframes_index().
int64_t FLVContext::pos |
Definition at line 54 of file flvdec.c.
Referenced by flv_read_packet(), and parse_keyframes_index().
struct { ... } FLVContext::validate_index[2] |
Referenced by flv_read_packet(), and parse_keyframes_index().
int FLVContext::validate_next |
Definition at line 56 of file flvdec.c.
Referenced by flv_read_packet().
int FLVContext::validate_count |
Definition at line 57 of file flvdec.c.
Referenced by flv_read_packet(), flv_read_seek(), and parse_keyframes_index().
int FLVContext::searched_for_end |
Definition at line 58 of file flvdec.c.
Referenced by flv_read_packet().
uint8_t FLVContext::resync_buffer[2 *RESYNC_BUFFER_SIZE] |
int FLVContext::broken_sizes |
Definition at line 62 of file flvdec.c.
Referenced by amf_parse_object(), and flv_read_packet().
int FLVContext::sum_flv_tag_size |
Definition at line 63 of file flvdec.c.
Referenced by flv_read_header(), and flv_read_packet().
int FLVContext::reserved |
Definition at line 66 of file flvenc.c.
Referenced by flv_write_header(), and flv_write_packet().
int64_t FLVContext::duration_offset |
Definition at line 67 of file flvenc.c.
Referenced by flv_write_trailer(), and write_metadata().
int64_t FLVContext::filesize_offset |
Definition at line 68 of file flvenc.c.
Referenced by flv_write_trailer(), and write_metadata().
int64_t FLVContext::duration |
Definition at line 69 of file flvenc.c.
Referenced by flv_write_packet(), and flv_write_trailer().
int64_t FLVContext::delay |
first dts delay (needed for AVC & Speex)
Definition at line 70 of file flvenc.c.
Referenced by flv_write_header(), and flv_write_packet().
AVCodecParameters* FLVContext::audio_par |
Definition at line 72 of file flvenc.c.
Referenced by flv_write_codec_header(), flv_write_header(), and write_metadata().
AVCodecParameters* FLVContext::video_par |
Definition at line 73 of file flvenc.c.
Referenced by flv_write_header(), flv_write_packet(), and write_metadata().
double FLVContext::framerate |
Definition at line 74 of file flvenc.c.
Referenced by flv_write_header(), and write_metadata().
AVCodecParameters* FLVContext::data_par |
Definition at line 75 of file flvenc.c.
Referenced by flv_write_header(), and write_metadata().
int FLVContext::flags |
Definition at line 77 of file flvenc.c.
Referenced by flv_write_codec_header().