| 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  More... | |
| int | palette_loaded | 
| int | transparent_index | 
| uint8_t * | pal_exdata | 
| uint8_t * | tmpl | 
| temporary line buffer  More... | |
| 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_frame(), gif_encode_init(), and gif_image_write_image().
| int GIFContext::palette_loaded | 
Definition at line 49 of file gif.c.
Referenced by gif_encode_frame().
| int GIFContext::transparent_index | 
Definition at line 50 of file gif.c.
Referenced by gif_encode_frame(), gif_encode_init(), and gif_image_write_image().
| uint8_t* GIFContext::pal_exdata | 
Definition at line 51 of file gif.c.
Referenced by gif_encode_frame(), and gif_image_write_image().
| uint8_t* GIFContext::tmpl | 
temporary line buffer
Definition at line 52 of file gif.c.
Referenced by gif_encode_close(), gif_encode_init(), and gif_image_write_image().
| int GIFContext::loop | 
Definition at line 106 of file gif.c.
Referenced by gif_write_header(), and gif_write_packet().
| int GIFContext::last_delay | 
Definition at line 107 of file gif.c.
Referenced by flush_packet().
| AVPacket* GIFContext::prev_pkt | 
Definition at line 108 of file gif.c.
Referenced by flush_packet(), gif_write_packet(), and gif_write_trailer().
| int GIFContext::duration | 
Definition at line 109 of file gif.c.
Referenced by flush_packet().
 1.8.6
 1.8.6