FFmpeg  4.0
Data Fields
TeletextContext Struct Reference

Data Fields

AVClassclass
 
char * pgno
 
int x_offset
 
int y_offset
 
int format_id
 
int chop_top
 
int sub_duration
 
int transparent_bg
 
int opacity
 
int chop_spaces
 
int lines_processed
 
TeletextPagepages
 
int nb_pages
 
int64_t pts
 
int handler_ret
 
vbi_decoder * vbi
 
vbi_sliced sliced [MAX_SLICES]
 
int readorder
 

Detailed Description

Definition at line 53 of file libzvbi-teletextdec.c.

Field Documentation

◆ class

AVClass* TeletextContext::class

Definition at line 55 of file libzvbi-teletextdec.c.

◆ pgno

char* TeletextContext::pgno

Definition at line 56 of file libzvbi-teletextdec.c.

Referenced by handler(), and teletext_init_decoder().

◆ x_offset

int TeletextContext::x_offset

Definition at line 57 of file libzvbi-teletextdec.c.

Referenced by gen_sub_bitmap().

◆ y_offset

int TeletextContext::y_offset

Definition at line 58 of file libzvbi-teletextdec.c.

Referenced by gen_sub_bitmap().

◆ format_id

int TeletextContext::format_id

Definition at line 59 of file libzvbi-teletextdec.c.

Referenced by handler(), teletext_decode_frame(), and teletext_init_decoder().

◆ chop_top

int TeletextContext::chop_top

Definition at line 60 of file libzvbi-teletextdec.c.

Referenced by handler().

◆ sub_duration

int TeletextContext::sub_duration

Definition at line 61 of file libzvbi-teletextdec.c.

Referenced by teletext_decode_frame().

◆ transparent_bg

int TeletextContext::transparent_bg

Definition at line 62 of file libzvbi-teletextdec.c.

Referenced by fix_transparency(), and teletext_init_decoder().

◆ opacity

int TeletextContext::opacity

Definition at line 63 of file libzvbi-teletextdec.c.

Referenced by fix_transparency(), gen_sub_bitmap(), and teletext_init_decoder().

◆ chop_spaces

int TeletextContext::chop_spaces

Definition at line 64 of file libzvbi-teletextdec.c.

Referenced by gen_sub_text().

◆ lines_processed

int TeletextContext::lines_processed

Definition at line 66 of file libzvbi-teletextdec.c.

Referenced by teletext_close_decoder(), and teletext_decode_frame().

◆ pages

TeletextPage* TeletextContext::pages

Definition at line 67 of file libzvbi-teletextdec.c.

Referenced by handler(), teletext_close_decoder(), and teletext_decode_frame().

◆ nb_pages

int TeletextContext::nb_pages

Definition at line 68 of file libzvbi-teletextdec.c.

Referenced by handler(), teletext_close_decoder(), and teletext_decode_frame().

◆ pts

int64_t TeletextContext::pts

◆ handler_ret

int TeletextContext::handler_ret

Definition at line 70 of file libzvbi-teletextdec.c.

Referenced by handler(), and teletext_decode_frame().

◆ vbi

vbi_decoder* TeletextContext::vbi

◆ sliced

vbi_sliced TeletextContext::sliced[MAX_SLICES]

Definition at line 76 of file libzvbi-teletextdec.c.

Referenced by slice_to_vbi_lines(), and teletext_decode_frame().

◆ readorder

int TeletextContext::readorder

Definition at line 78 of file libzvbi-teletextdec.c.

Referenced by create_ass_text(), and teletext_close_decoder().


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