FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
WebVTTContext Struct Reference

Data Fields

AVCodecContextavctx
 
ASSSplitContextass_ctx
 
AVBPrint buffer
 
unsigned timestamp_end
 
int count
 
char stack [WEBVTT_STACK_SIZE]
 
int stack_ptr
 
const AVClassclass
 
FFDemuxSubtitlesQueue q
 
int kind
 

Detailed Description

Definition at line 31 of file webvttenc.c.

Field Documentation

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
AVBPrint WebVTTContext::buffer
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
const AVClass* WebVTTContext::class

Definition at line 35 of file webvttdec.c.

FFDemuxSubtitlesQueue WebVTTContext::q
int WebVTTContext::kind

Definition at line 37 of file webvttdec.c.

Referenced by webvtt_read_header().


The documentation for this struct was generated from the following files: