FFmpeg
|
Data Fields | |
const AVClass * | class |
LZWState * | lzw |
uint8_t * | buf |
AVFrame * | last_frame |
int | flags |
uint32_t | palette [AVPALETTE_COUNT] |
local reference palette for !pal8 | |
uint8_t * | tmpl |
temporary line buffer | |
AVClass * | class |
int | loop |
int | last_delay |
AVPacket * | prev_pkt |
int | duration |
LZWState* GIFContext::lzw |
Definition at line 44 of file gif.c.
Referenced by gif_encode_close(), gif_encode_init(), and gif_image_write_image().
uint8_t* GIFContext::buf |
Definition at line 45 of file gif.c.
Referenced by gif_encode_close(), gif_encode_init(), and gif_image_write_image().
AVFrame* GIFContext::last_frame |
Definition at line 46 of file gif.c.
Referenced by gif_encode_close(), gif_encode_frame(), and gif_image_write_image().
int GIFContext::flags |
Definition at line 47 of file gif.c.
Referenced by gif_image_write_image().
uint32_t GIFContext::palette[AVPALETTE_COUNT] |
local reference palette for !pal8
Definition at line 48 of file gif.c.
Referenced by gif_encode_init(), and gif_image_write_image().
uint8_t* GIFContext::tmpl |
temporary line buffer
Definition at line 49 of file gif.c.
Referenced by gif_encode_close(), gif_encode_init(), and gif_image_write_image().
int GIFContext::loop |
Definition at line 82 of file gif.c.
Referenced by gif_write_header().
int GIFContext::last_delay |
Definition at line 83 of file gif.c.
Referenced by flush_packet().
AVPacket* GIFContext::prev_pkt |
Definition at line 84 of file gif.c.
Referenced by flush_packet(), gif_write_packet(), and gif_write_trailer().
int GIFContext::duration |
Definition at line 85 of file gif.c.
Referenced by flush_packet().