FFmpeg  4.0
Data Fields
MovTextContext Struct Reference

Data Fields

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
 
AVCodecContextavctx
 
ASSSplitContextass_ctx
 
AVBPrint buffer
 
StyleBox ** style_attributes
 
StyleBoxstyle_attributes_temp
 
HighlightBox hlit
 
HilightcolorBox hclr
 
int count
 
uint16_t style_fontID
 
uint8_t style_fontsize
 
uint32_t style_color
 
uint16_t text_pos
 
uint16_t byte_count
 

Detailed Description

Definition at line 88 of file movtextdec.c.

Field Documentation

◆ s

StyleBox** MovTextContext::s

Definition at line 89 of file movtextdec.c.

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

◆ s_temp

StyleBox* MovTextContext::s_temp

Definition at line 90 of file movtextdec.c.

Referenced by decode_styl().

◆ h

HighlightBox MovTextContext::h

Definition at line 91 of file movtextdec.c.

Referenced by decode_hlit(), and text_to_ass().

◆ c

HilightcolorBox MovTextContext::c

Definition at line 92 of file movtextdec.c.

Referenced by decode_hclr(), and text_to_ass().

◆ ftab

FontRecord** MovTextContext::ftab

Definition at line 93 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 94 of file movtextdec.c.

Referenced by mov_text_cleanup_ftab(), and mov_text_tx3g().

◆ w

TextWrapBox MovTextContext::w

Definition at line 95 of file movtextdec.c.

Referenced by decode_twrp(), and text_to_ass().

◆ d

MovTextDefault MovTextContext::d

Definition at line 96 of file movtextdec.c.

Referenced by mov_text_init(), and mov_text_tx3g().

◆ box_flags

uint8_t MovTextContext::box_flags

◆ style_entries

uint16_t MovTextContext::style_entries

◆ ftab_entries

uint16_t MovTextContext::ftab_entries

Definition at line 98 of file movtextdec.c.

Referenced by mov_text_tx3g(), and text_to_ass().

◆ tracksize

uint64_t MovTextContext::tracksize

Definition at line 99 of file movtextdec.c.

Referenced by decode_styl(), and mov_text_decode_frame().

◆ size_var

int MovTextContext::size_var

Definition at line 100 of file movtextdec.c.

Referenced by decode_styl(), and mov_text_decode_frame().

◆ count_s

int MovTextContext::count_s

Definition at line 101 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 101 of file movtextdec.c.

Referenced by mov_text_cleanup_ftab(), and mov_text_tx3g().

◆ readorder

int MovTextContext::readorder

Definition at line 102 of file movtextdec.c.

Referenced by mov_text_decode_frame(), and mov_text_flush().

◆ avctx

AVCodecContext* MovTextContext::avctx

Definition at line 60 of file movtextenc.c.

Referenced by mov_text_encode_init(), and mov_text_style_cb().

◆ ass_ctx

ASSSplitContext* MovTextContext::ass_ctx

Definition at line 62 of file movtextenc.c.

Referenced by mov_text_encode_close(), mov_text_encode_frame(), and mov_text_encode_init().

◆ buffer

AVBPrint MovTextContext::buffer

◆ style_attributes

StyleBox** MovTextContext::style_attributes

Definition at line 64 of file movtextenc.c.

Referenced by encode_styl(), mov_text_cleanup(), and mov_text_style_cb().

◆ style_attributes_temp

StyleBox* MovTextContext::style_attributes_temp

Definition at line 65 of file movtextenc.c.

Referenced by mov_text_style_cb().

◆ hlit

HighlightBox MovTextContext::hlit

Definition at line 66 of file movtextenc.c.

Referenced by encode_hlit(), and mov_text_color_cb().

◆ hclr

HilightcolorBox MovTextContext::hclr

Definition at line 67 of file movtextenc.c.

Referenced by encode_hclr(), and mov_text_color_cb().

◆ count

int MovTextContext::count

◆ style_fontID

uint16_t MovTextContext::style_fontID

Definition at line 71 of file movtextenc.c.

Referenced by encode_styl().

◆ style_fontsize

uint8_t MovTextContext::style_fontsize

Definition at line 72 of file movtextenc.c.

Referenced by encode_styl().

◆ style_color

uint32_t MovTextContext::style_color

Definition at line 73 of file movtextenc.c.

Referenced by encode_styl().

◆ text_pos

uint16_t MovTextContext::text_pos

◆ byte_count

uint16_t MovTextContext::byte_count

Definition at line 75 of file movtextenc.c.

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


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