SRTContext Struct Reference
Collaboration diagram for SRTContext:
Collaboration graph

Data Fields

AVCodecContextavctx
 
ASSSplitContextass_ctx
 
char buffer [2048]
 
char * ptr
 
char * end
 
char * dialog_start
 
int count
 
char stack [SRT_STACK_SIZE]
 
int stack_ptr
 
int alignment_applied
 
FFDemuxSubtitlesQueue q
 
unsigned index
 

Detailed Description

Definition at line 31 of file libavcodec/srtenc.c.

Field Documentation

int SRTContext::alignment_applied

Definition at line 41 of file libavcodec/srtenc.c.

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

ASSSplitContext* SRTContext::ass_ctx
AVCodecContext* SRTContext::avctx

Definition at line 32 of file libavcodec/srtenc.c.

Referenced by srt_encode_init(), srt_end_cb(), srt_move_cb(), and srt_stack_push_pop().

char SRTContext::buffer[2048]

Definition at line 34 of file libavcodec/srtenc.c.

Referenced by srt_encode_frame().

int SRTContext::count

Definition at line 38 of file libavcodec/srtenc.c.

Referenced by srt_encode_frame().

char* SRTContext::dialog_start

Definition at line 37 of file libavcodec/srtenc.c.

Referenced by srt_encode_frame(), and srt_move_cb().

char* SRTContext::end

Definition at line 36 of file libavcodec/srtenc.c.

Referenced by srt_encode_frame(), srt_move_cb(), srt_print(), and srt_text_cb().

unsigned SRTContext::index

Definition at line 34 of file libavformat/srtenc.c.

Referenced by srt_write_header(), and srt_write_packet().

char* SRTContext::ptr

Definition at line 35 of file libavcodec/srtenc.c.

Referenced by srt_encode_frame(), srt_move_cb(), srt_print(), and srt_text_cb().

FFDemuxSubtitlesQueue SRTContext::q
char SRTContext::stack[SRT_STACK_SIZE]

Definition at line 39 of file libavcodec/srtenc.c.

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

int SRTContext::stack_ptr

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