Data Fields | |
int | wrong_dts |
wrong dts due to negative cts | |
int | reserved |
int64_t | duration_offset |
int64_t | filesize_offset |
int64_t | duration |
int | delay |
first dts delay for AVC | |
int64_t | last_video_ts |
Definition at line 35 of file flvdec.c.
int64_t FLVContext::duration |
int64_t FLVContext::duration_offset |
int64_t FLVContext::filesize_offset |
int64_t FLVContext::last_video_ts |
Definition at line 61 of file flvenc.c.
Referenced by flv_write_header(), flv_write_packet(), and flv_write_trailer().
wrong dts due to negative cts
Definition at line 36 of file flvdec.c.
Referenced by flv_read_packet().