FFmpeg
|
Data Fields | |
uint32_t | type |
size_t | base_size |
int(* | decode )(const uint8_t *tsmb, MovTextContext *m, const AVPacket *avpkt) |
void(* | encode )(MovTextContext *s) |
Definition at line 117 of file movtextdec.c.
uint32_t Box::type |
Definition at line 118 of file movtextdec.c.
size_t Box::base_size |
Definition at line 119 of file movtextdec.c.
Referenced by mov_text_decode_frame().
int(* Box::decode) (const uint8_t *tsmb, MovTextContext *m, const AVPacket *avpkt) |
Definition at line 120 of file movtextdec.c.
Referenced by mov_text_decode_frame().
void(* Box::encode) (MovTextContext *s) |
Definition at line 96 of file movtextenc.c.
Referenced by mov_text_encode_frame().