FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
ASSSplitContext * | ass_ctx |
AVBPrint | buffer |
unsigned | timestamp_end |
int | count |
char | stack [WEBVTT_STACK_SIZE] |
int | stack_ptr |
const AVClass * | class |
FFDemuxSubtitlesQueue | q |
int | kind |
Definition at line 31 of file webvttenc.c.
AVCodecContext* WebVTTContext::avctx |
Definition at line 32 of file webvttenc.c.
Referenced by webvtt_encode_init(), and webvtt_stack_push_pop().
ASSSplitContext* WebVTTContext::ass_ctx |
Definition at line 33 of file webvttenc.c.
Referenced by webvtt_encode_close(), webvtt_encode_frame(), webvtt_encode_init(), and webvtt_style_apply().
AVBPrint WebVTTContext::buffer |
Definition at line 34 of file webvttenc.c.
Referenced by webvtt_encode_close(), webvtt_encode_frame(), webvtt_encode_init(), webvtt_print(), and webvtt_text_cb().
unsigned WebVTTContext::timestamp_end |
Definition at line 35 of file webvttenc.c.
int WebVTTContext::count |
Definition at line 36 of file webvttenc.c.
char WebVTTContext::stack[WEBVTT_STACK_SIZE] |
Definition at line 37 of file webvttenc.c.
Referenced by webvtt_stack_find(), webvtt_stack_pop(), and webvtt_stack_push().
int WebVTTContext::stack_ptr |
Definition at line 38 of file webvttenc.c.
Referenced by webvtt_stack_find(), webvtt_stack_pop(), webvtt_stack_push(), and webvtt_stack_push_pop().
const AVClass* WebVTTContext::class |
Definition at line 35 of file webvttdec.c.
FFDemuxSubtitlesQueue WebVTTContext::q |
Definition at line 36 of file webvttdec.c.
Referenced by webvtt_read_close(), webvtt_read_header(), webvtt_read_packet(), and webvtt_read_seek().
int WebVTTContext::kind |
Definition at line 37 of file webvttdec.c.
Referenced by webvtt_read_header().