FFmpeg
|
Data Fields | |
uint32_t | type |
size_t | base_size |
int(* | decode )(const uint8_t *tsmb, MovTextContext *m, AVPacket *avpkt) |
void(* | encode )(MovTextContext *s, uint32_t tsmb_type) |
Definition at line 105 of file movtextdec.c.
uint32_t Box::type |
Definition at line 106 of file movtextdec.c.
size_t Box::base_size |
Definition at line 107 of file movtextdec.c.
Referenced by mov_text_decode_frame().
int(* Box::decode)(const uint8_t *tsmb, MovTextContext *m, AVPacket *avpkt) |
Definition at line 108 of file movtextdec.c.
Referenced by mov_text_decode_frame().
void(* Box::encode)(MovTextContext *s, uint32_t tsmb_type) |
Definition at line 77 of file movtextenc.c.
Referenced by mov_text_encode_frame().