FFmpeg
|
Data Fields | |
AVFrame | picture |
LZWState * | lzw |
uint8_t * | buf |
AVClass * | class |
int64_t | time |
Class for private options. | |
int64_t | file_time |
uint8_t | buffer [100] |
int | loop |
AVFrame GIFContext::picture |
Definition at line 49 of file gif.c.
Referenced by gif_encode_frame(), and gif_encode_init().
LZWState* GIFContext::lzw |
Definition at line 50 of file gif.c.
Referenced by gif_encode_close(), gif_encode_init(), and gif_image_write_image().
uint8_t* GIFContext::buf |
Definition at line 51 of file gif.c.
Referenced by gif_encode_close(), gif_encode_init(), and gif_image_write_image().
int64_t GIFContext::time |
int64_t GIFContext::file_time |
Definition at line 258 of file gif.c.
Referenced by gif_write_header().
int GIFContext::loop |
Definition at line 260 of file gif.c.
Referenced by gif_write_header().