FFmpeg
|
Data Fields | |
uint32_t | type |
unsigned | base_size |
int(* | decode )(const uint8_t *tsmb, MovTextContext *m, uint64_t size) |
void(* | encode )(MovTextContext *s) |
Definition at line 110 of file movtextdec.c.
uint32_t Box::type |
Definition at line 111 of file movtextdec.c.
unsigned Box::base_size |
Definition at line 112 of file movtextdec.c.
int(* Box::decode) (const uint8_t *tsmb, MovTextContext *m, uint64_t size) |
Definition at line 113 of file movtextdec.c.
Referenced by mov_text_decode_frame().
void(* Box::encode) (MovTextContext *s) |
Definition at line 94 of file movtextenc.c.