| 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.
| ASSSplitContext* WebVTTContext::ass_ctx | 
Definition at line 33 of file webvttenc.c.
| AVBPrint WebVTTContext::buffer | 
Definition at line 34 of file webvttenc.c.
| 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.
| int WebVTTContext::stack_ptr | 
Definition at line 38 of file webvttenc.c.
| 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().
 1.8.17
 1.8.17