Data Fields | |
int | wrong_dts |
wrong dts due to negative cts | |
uint8_t * | new_extradata [FLV_STREAM_TYPE_NB] |
int | new_extradata_size [FLV_STREAM_TYPE_NB] |
int | last_sample_rate |
int | last_channels |
int | reserved |
int64_t | duration_offset |
int64_t | filesize_offset |
int64_t | duration |
int64_t | delay |
first dts delay (needed for AVC & Speex) |
Definition at line 38 of file flvdec.c.
int64_t FLVContext::delay |
first dts delay (needed for AVC & Speex)
Definition at line 63 of file flvenc.c.
Referenced by flv_write_header(), and flv_write_packet().
int64_t FLVContext::duration |
int64_t FLVContext::duration_offset |
int64_t FLVContext::filesize_offset |
uint8_t* FLVContext::new_extradata[FLV_STREAM_TYPE_NB] |
Definition at line 40 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] |
wrong dts due to negative cts
Definition at line 39 of file flvdec.c.
Referenced by flv_read_packet().