FFmpeg
|
Data Fields | |
const AVClass * | class |
LZWState * | lzw |
uint8_t * | buf |
uint8_t * | shrunk_buf |
int | buf_size |
AVFrame * | last_frame |
int | flags |
int | image |
int | use_global_palette |
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 |
LZWState* GIFContext::lzw |
Definition at line 48 of file gif.c.
Referenced by gif_encode_close(), and gif_encode_init().
uint8_t* GIFContext::buf |
Definition at line 49 of file gif.c.
Referenced by gif_encode_close(), and gif_encode_init().
uint8_t* GIFContext::shrunk_buf |
Definition at line 50 of file gif.c.
Referenced by gif_encode_close().
int GIFContext::buf_size |
Definition at line 51 of file gif.c.
Referenced by gif_encode_close(), and gif_encode_init().
AVFrame* GIFContext::last_frame |
Definition at line 52 of file gif.c.
Referenced by gif_crop_opaque(), gif_encode_close(), gif_encode_frame(), and gif_image_write_image().
int GIFContext::flags |
Definition at line 53 of file gif.c.
Referenced by gif_crop_opaque(), gif_crop_translucent(), and gif_image_write_image().
int GIFContext::image |
Definition at line 54 of file gif.c.
Referenced by gif_encode_frame().
uint32_t GIFContext::palette[AVPALETTE_COUNT] |
local reference palette for !pal8
Definition at line 56 of file gif.c.
Referenced by gif_encode_frame(), and gif_encode_init().
int GIFContext::palette_loaded |
Definition at line 57 of file gif.c.
Referenced by gif_encode_frame().
int GIFContext::transparent_index |
Definition at line 58 of file gif.c.
Referenced by gif_crop_translucent(), gif_encode_frame(), gif_encode_init(), gif_image_write_image(), and is_image_translucent().
uint8_t* GIFContext::tmpl |
temporary line buffer
Definition at line 59 of file gif.c.
Referenced by gif_encode_close(), and gif_encode_init().
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().