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

Data Fields

AVCodecContextavctx
ASSSplitContextass_ctx
AVBPrint buffer
char stack [SRT_STACK_SIZE]
int stack_ptr
int alignment_applied
FFDemuxSubtitlesQueue q
unsigned index

Detailed Description

Definition at line 32 of file srtenc.c.

Field Documentation

AVCodecContext* SRTContext::avctx

Definition at line 33 of file srtenc.c.

Referenced by srt_encode_init(), and srt_stack_push_pop().

ASSSplitContext* SRTContext::ass_ctx

Definition at line 34 of file srtenc.c.

Referenced by srt_encode_close(), srt_encode_frame(), srt_encode_init(), and srt_style_apply().

AVBPrint SRTContext::buffer

Definition at line 35 of file srtenc.c.

Referenced by srt_encode_close(), srt_encode_frame(), srt_encode_init(), srt_print(), and srt_text_cb().

char SRTContext::stack[SRT_STACK_SIZE]

Definition at line 36 of file srtenc.c.

Referenced by srt_stack_find(), srt_stack_pop(), and srt_stack_push().

int SRTContext::stack_ptr

Definition at line 37 of file srtenc.c.

Referenced by srt_stack_find(), srt_stack_pop(), srt_stack_push(), and srt_stack_push_pop().

int SRTContext::alignment_applied

Definition at line 38 of file srtenc.c.

Referenced by srt_alignment_cb(), srt_encode_frame(), and srt_style_apply().

FFDemuxSubtitlesQueue SRTContext::q

Definition at line 29 of file srtdec.c.

Referenced by srt_read_close(), srt_read_header(), srt_read_packet(), and srt_read_seek().

unsigned SRTContext::index

Definition at line 34 of file srtenc.c.

Referenced by srt_write_header(), and srt_write_packet().


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