FFmpeg  4.3
Data Fields
MovTextContext Struct Reference

Data Fields

AVClassclass
 
StyleBox ** s
 
StyleBoxs_temp
 
HighlightBox h
 
HilightcolorBox c
 
FontRecord ** ftab
 
FontRecordftab_temp
 
TextWrapBox w
 
MovTextDefault d
 
uint8_t box_flags
 
uint16_t style_entries
 
uint16_t ftab_entries
 
uint64_t tracksize
 
int size_var
 
int count_s
 
int count_f
 
int readorder
 
int frame_width
 
int frame_height
 
AVCodecContextavctx
 
ASSSplitContextass_ctx
 
ASSStyleass_dialog_style
 
AVBPrint buffer
 
StyleBox ** style_attributes
 
StyleBoxstyle_attributes_temp
 
HighlightBox hlit
 
HilightcolorBox hclr
 
int count
 
StyleBox d
 
uint16_t text_pos
 
uint16_t byte_count
 
char ** fonts
 
int font_count
 
double font_scale_factor
 

Detailed Description

Definition at line 99 of file movtextdec.c.

Field Documentation

◆ class

AVClass * MovTextContext::class

Definition at line 100 of file movtextdec.c.

◆ s

StyleBox** MovTextContext::s

Definition at line 101 of file movtextdec.c.

Referenced by decode_styl(), mov_text_cleanup(), and text_to_ass().

◆ s_temp

StyleBox* MovTextContext::s_temp

Definition at line 102 of file movtextdec.c.

Referenced by decode_styl().

◆ h

HighlightBox MovTextContext::h

Definition at line 103 of file movtextdec.c.

Referenced by decode_hlit(), and text_to_ass().

◆ c

HilightcolorBox MovTextContext::c

Definition at line 104 of file movtextdec.c.

Referenced by decode_hclr(), and text_to_ass().

◆ ftab

FontRecord** MovTextContext::ftab

Definition at line 105 of file movtextdec.c.

Referenced by mov_text_cleanup_ftab(), mov_text_tx3g(), and text_to_ass().

◆ ftab_temp

FontRecord* MovTextContext::ftab_temp

Definition at line 106 of file movtextdec.c.

Referenced by mov_text_cleanup_ftab(), and mov_text_tx3g().

◆ w

TextWrapBox MovTextContext::w

Definition at line 107 of file movtextdec.c.

Referenced by decode_twrp(), and text_to_ass().

◆ d [1/2]

MovTextDefault MovTextContext::d

◆ box_flags

uint8_t MovTextContext::box_flags

◆ style_entries

uint16_t MovTextContext::style_entries

Definition at line 110 of file movtextdec.c.

Referenced by decode_styl(), mov_text_cleanup(), and mov_text_decode_frame().

◆ ftab_entries

uint16_t MovTextContext::ftab_entries

Definition at line 110 of file movtextdec.c.

Referenced by mov_text_tx3g(), and text_to_ass().

◆ tracksize

uint64_t MovTextContext::tracksize

Definition at line 111 of file movtextdec.c.

Referenced by decode_styl(), and mov_text_decode_frame().

◆ size_var

int MovTextContext::size_var

Definition at line 112 of file movtextdec.c.

Referenced by decode_styl(), and mov_text_decode_frame().

◆ count_s

int MovTextContext::count_s

Definition at line 113 of file movtextdec.c.

Referenced by decode_styl(), mov_text_cleanup(), and mov_text_decode_frame().

◆ count_f

int MovTextContext::count_f

Definition at line 113 of file movtextdec.c.

Referenced by mov_text_cleanup_ftab(), and mov_text_tx3g().

◆ readorder

int MovTextContext::readorder

Definition at line 114 of file movtextdec.c.

Referenced by mov_text_decode_frame(), and mov_text_flush().

◆ frame_width

int MovTextContext::frame_width

Definition at line 115 of file movtextdec.c.

Referenced by mov_text_init().

◆ frame_height

int MovTextContext::frame_height

Definition at line 116 of file movtextdec.c.

Referenced by encode_sample_description(), and mov_text_init().

◆ avctx

AVCodecContext* MovTextContext::avctx

Definition at line 72 of file movtextenc.c.

Referenced by mov_text_encode_init().

◆ ass_ctx

ASSSplitContext* MovTextContext::ass_ctx

◆ ass_dialog_style

ASSStyle* MovTextContext::ass_dialog_style

Definition at line 75 of file movtextenc.c.

Referenced by mov_text_cancel_overrides_cb(), and mov_text_dialog().

◆ buffer

AVBPrint MovTextContext::buffer

◆ style_attributes

StyleBox** MovTextContext::style_attributes

◆ style_attributes_temp

StyleBox* MovTextContext::style_attributes_temp

◆ hlit

HighlightBox MovTextContext::hlit

Definition at line 79 of file movtextenc.c.

Referenced by encode_hlit(), mov_text_alpha_cb(), and mov_text_color_cb().

◆ hclr

HilightcolorBox MovTextContext::hclr

Definition at line 80 of file movtextenc.c.

Referenced by encode_hclr(), mov_text_alpha_cb(), and mov_text_color_cb().

◆ count

int MovTextContext::count

◆ d [2/2]

StyleBox MovTextContext::d

Definition at line 83 of file movtextenc.c.

◆ text_pos

uint16_t MovTextContext::text_pos

◆ byte_count

uint16_t MovTextContext::byte_count

Definition at line 85 of file movtextenc.c.

Referenced by mov_text_encode_frame(), mov_text_new_line_cb(), and mov_text_text_cb().

◆ fonts

char** MovTextContext::fonts

Definition at line 86 of file movtextenc.c.

Referenced by encode_sample_description(), find_font_id(), and mov_text_encode_close().

◆ font_count

int MovTextContext::font_count

Definition at line 87 of file movtextenc.c.

Referenced by encode_sample_description(), and find_font_id().

◆ font_scale_factor

double MovTextContext::font_scale_factor

Definition at line 88 of file movtextenc.c.

Referenced by encode_sample_description().


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