FFmpeg
|
Data Fields | |
const AVClass * | class |
int | chunk_start_index |
char * | header_filename |
int | chunk_duration |
int | chunk_index |
uint64_t | duration_written |
int | prev_pts |
AVOutputFormat * | oformat |
AVFormatContext * | avf |
Definition at line 46 of file webm_chunk.c.
const AVClass* WebMChunkContext::class |
Definition at line 47 of file webm_chunk.c.
int WebMChunkContext::chunk_start_index |
Definition at line 48 of file webm_chunk.c.
Referenced by chunk_end(), and webm_chunk_write_header().
char* WebMChunkContext::header_filename |
Definition at line 49 of file webm_chunk.c.
Referenced by get_chunk_filename().
int WebMChunkContext::chunk_duration |
Definition at line 50 of file webm_chunk.c.
Referenced by chunk_mux_init().
int WebMChunkContext::chunk_index |
Definition at line 51 of file webm_chunk.c.
Referenced by chunk_end(), chunk_start(), get_chunk_filename(), and webm_chunk_write_header().
uint64_t WebMChunkContext::duration_written |
Definition at line 52 of file webm_chunk.c.
Referenced by webm_chunk_write_packet().
int WebMChunkContext::prev_pts |
Definition at line 53 of file webm_chunk.c.
Referenced by webm_chunk_write_packet().
AVOutputFormat* WebMChunkContext::oformat |
Definition at line 54 of file webm_chunk.c.
Referenced by chunk_mux_init(), and webm_chunk_write_header().
AVFormatContext* WebMChunkContext::avf |
Definition at line 55 of file webm_chunk.c.
Referenced by chunk_end(), chunk_mux_init(), chunk_start(), get_chunk_filename(), webm_chunk_write_header(), webm_chunk_write_packet(), and webm_chunk_write_trailer().