FFmpeg
|
Data Fields | |
AVClass * | class |
StyleBox * | s |
HighlightBox | h |
HilightcolorBox | c |
FontRecord * | ftab |
TextWrapBox | w |
MovTextDefault | d |
uint8_t | box_flags |
uint16_t | style_entries |
uint16_t | ftab_entries |
int | readorder |
int | frame_width |
int | frame_height |
AVCodecContext * | avctx |
ASSSplitContext * | ass_ctx |
ASSStyle * | ass_dialog_style |
StyleBox * | style_attributes |
unsigned | count |
unsigned | style_attributes_bytes_allocated |
StyleBox | style_attributes_temp |
AVBPrint | buffer |
HighlightBox | hlit |
HilightcolorBox | hclr |
StyleBox | d |
uint16_t | text_pos |
char ** | fonts |
int | font_count |
double | font_scale_factor |
Definition at line 95 of file movtextdec.c.
AVClass * MovTextContext::class |
Definition at line 96 of file movtextdec.c.
StyleBox* MovTextContext::s |
Definition at line 97 of file movtextdec.c.
Referenced by decode_styl(), mov_text_cleanup(), and text_to_ass().
HighlightBox MovTextContext::h |
Definition at line 98 of file movtextdec.c.
Referenced by decode_hlit(), and text_to_ass().
HilightcolorBox MovTextContext::c |
Definition at line 99 of file movtextdec.c.
Referenced by decode_hclr(), and text_to_ass().
FontRecord* MovTextContext::ftab |
Definition at line 100 of file movtextdec.c.
Referenced by mov_text_cleanup_ftab(), mov_text_tx3g(), and text_to_ass().
TextWrapBox MovTextContext::w |
Definition at line 101 of file movtextdec.c.
Referenced by decode_twrp(), and text_to_ass().
MovTextDefault MovTextContext::d |
Definition at line 102 of file movtextdec.c.
Referenced by decode_styl(), mov_text_init(), mov_text_tx3g(), and text_to_ass().
uint8_t MovTextContext::box_flags |
Definition at line 103 of file movtextdec.c.
Referenced by decode_hclr(), decode_hlit(), decode_styl(), decode_twrp(), mov_text_cleanup(), mov_text_decode_frame(), and text_to_ass().
uint16_t MovTextContext::style_entries |
Definition at line 104 of file movtextdec.c.
Referenced by decode_styl(), mov_text_cleanup(), and mov_text_decode_frame().
uint16_t MovTextContext::ftab_entries |
Definition at line 104 of file movtextdec.c.
Referenced by mov_text_cleanup_ftab(), mov_text_tx3g(), and text_to_ass().
int MovTextContext::readorder |
Definition at line 105 of file movtextdec.c.
Referenced by mov_text_decode_frame(), and mov_text_flush().
int MovTextContext::frame_width |
Definition at line 106 of file movtextdec.c.
Referenced by mov_text_init().
int MovTextContext::frame_height |
Definition at line 107 of file movtextdec.c.
Referenced by mov_text_init().
AVCodecContext* MovTextContext::avctx |
Definition at line 72 of file movtextenc.c.
ASSSplitContext* MovTextContext::ass_ctx |
Definition at line 74 of file movtextenc.c.
ASSStyle* MovTextContext::ass_dialog_style |
Definition at line 75 of file movtextenc.c.
StyleBox* MovTextContext::style_attributes |
Definition at line 76 of file movtextenc.c.
unsigned MovTextContext::count |
Definition at line 77 of file movtextenc.c.
unsigned MovTextContext::style_attributes_bytes_allocated |
Definition at line 78 of file movtextenc.c.
StyleBox MovTextContext::style_attributes_temp |
Definition at line 79 of file movtextenc.c.
AVBPrint MovTextContext::buffer |
Definition at line 80 of file movtextenc.c.
HighlightBox MovTextContext::hlit |
Definition at line 81 of file movtextenc.c.
HilightcolorBox MovTextContext::hclr |
Definition at line 82 of file movtextenc.c.
StyleBox MovTextContext::d |
Definition at line 84 of file movtextenc.c.
uint16_t MovTextContext::text_pos |
Definition at line 85 of file movtextenc.c.
char** MovTextContext::fonts |
Definition at line 86 of file movtextenc.c.
int MovTextContext::font_count |
Definition at line 87 of file movtextenc.c.
double MovTextContext::font_scale_factor |
Definition at line 88 of file movtextenc.c.