FFmpeg
|
Data Fields | |
AVClass * | class |
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 |
TeletextPage * | pages |
int | nb_pages |
int64_t | pts |
int | handler_ret |
vbi_decoder * | vbi |
vbi_sliced | sliced [MAX_SLICES] |
int | readorder |
Definition at line 53 of file libzvbi-teletextdec.c.
AVClass* TeletextContext::class |
Definition at line 55 of file libzvbi-teletextdec.c.
char* TeletextContext::pgno |
Definition at line 56 of file libzvbi-teletextdec.c.
Referenced by handler(), and teletext_init_decoder().
int TeletextContext::x_offset |
Definition at line 57 of file libzvbi-teletextdec.c.
Referenced by gen_sub_bitmap().
int TeletextContext::y_offset |
Definition at line 58 of file libzvbi-teletextdec.c.
Referenced by gen_sub_bitmap().
int TeletextContext::format_id |
Definition at line 59 of file libzvbi-teletextdec.c.
Referenced by handler(), teletext_decode_frame(), and teletext_init_decoder().
int TeletextContext::chop_top |
Definition at line 60 of file libzvbi-teletextdec.c.
Referenced by handler().
int TeletextContext::sub_duration |
Definition at line 61 of file libzvbi-teletextdec.c.
Referenced by teletext_decode_frame().
int TeletextContext::transparent_bg |
Definition at line 62 of file libzvbi-teletextdec.c.
Referenced by fix_transparency(), and teletext_init_decoder().
int TeletextContext::opacity |
Definition at line 63 of file libzvbi-teletextdec.c.
Referenced by fix_transparency(), gen_sub_bitmap(), and teletext_init_decoder().
int TeletextContext::chop_spaces |
Definition at line 64 of file libzvbi-teletextdec.c.
Referenced by gen_sub_text().
int TeletextContext::lines_processed |
Definition at line 66 of file libzvbi-teletextdec.c.
Referenced by teletext_close_decoder(), and teletext_decode_frame().
TeletextPage* TeletextContext::pages |
Definition at line 67 of file libzvbi-teletextdec.c.
Referenced by handler(), teletext_close_decoder(), and teletext_decode_frame().
int TeletextContext::nb_pages |
Definition at line 68 of file libzvbi-teletextdec.c.
Referenced by handler(), teletext_close_decoder(), and teletext_decode_frame().
int64_t TeletextContext::pts |
Definition at line 69 of file libzvbi-teletextdec.c.
Referenced by handler(), teletext_close_decoder(), teletext_decode_frame(), and teletext_init_decoder().
int TeletextContext::handler_ret |
Definition at line 70 of file libzvbi-teletextdec.c.
Referenced by handler(), and teletext_decode_frame().
vbi_decoder* TeletextContext::vbi |
Definition at line 72 of file libzvbi-teletextdec.c.
Referenced by handler(), teletext_close_decoder(), teletext_decode_frame(), and teletext_init_decoder().
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().
int TeletextContext::readorder |
Definition at line 78 of file libzvbi-teletextdec.c.
Referenced by create_ass_text(), and teletext_close_decoder().