FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
Box Struct Reference

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)
 

Detailed Description

Definition at line 105 of file movtextdec.c.

Field Documentation

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().


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