Data Fields | |
AVCodecContext * | avctx |
ASSSplitContext * | ass_ctx |
char | buffer [2048] |
char * | ptr |
char * | end |
char * | dialog_start |
int | count |
char | stack [SRT_STACK_SIZE] |
int | stack_ptr |
int | alignment_applied |
Definition at line 31 of file srtenc.c.
Definition at line 41 of file srtenc.c.
Referenced by srt_alignment_cb(), srt_encode_frame(), and srt_style_apply().
Definition at line 33 of file srtenc.c.
Referenced by srt_encode_close(), srt_encode_frame(), srt_encode_init(), and srt_style_apply().
char SRTContext::buffer[2048] |
char* SRTContext::dialog_start |
char* SRTContext::end |
Definition at line 36 of file srtenc.c.
Referenced by srt_encode_frame(), srt_move_cb(), srt_print(), and srt_text_cb().
char* SRTContext::ptr |
Definition at line 35 of file srtenc.c.
Referenced by srt_encode_frame(), srt_move_cb(), srt_print(), and srt_text_cb().
char SRTContext::stack[SRT_STACK_SIZE] |
Definition at line 39 of file srtenc.c.
Referenced by srt_stack_find(), srt_stack_pop(), and srt_stack_push().
Definition at line 40 of file srtenc.c.
Referenced by srt_stack_find(), srt_stack_pop(), srt_stack_push(), and srt_stack_push_pop().