FFmpeg
|
Data Fields | |
const AVClass * | class |
LZWState * | lzw |
uint8_t * | buf |
int | buf_size |
AVFrame * | last_frame |
int | flags |
int | image |
uint32_t | palette [AVPALETTE_COUNT] |
local reference palette for !pal8 More... | |
int | palette_loaded |
int | transparent_index |
uint8_t * | tmpl |
temporary line buffer More... | |
AVClass * | class |
int | loop |
int | last_delay |
int | duration |
int64_t | last_pos |
int | have_end |
AVPacket * | prev_pkt |
uint32_t GIFContext::palette[AVPALETTE_COUNT] |
int GIFContext::loop |
Definition at line 35 of file gif.c.
Referenced by gif_write_packet().
int GIFContext::last_delay |
Definition at line 36 of file gif.c.
Referenced by gif_get_delay().
int GIFContext::duration |
Definition at line 37 of file gif.c.
Referenced by gif_get_delay().
int64_t GIFContext::last_pos |
Definition at line 38 of file gif.c.
Referenced by gif_write_packet().
int GIFContext::have_end |
Definition at line 39 of file gif.c.
Referenced by gif_write_packet(), and gif_write_trailer().
AVPacket* GIFContext::prev_pkt |
Definition at line 40 of file gif.c.
Referenced by gif_write_packet(), and gif_write_trailer().