Go to the source code of this file.
◆ DEFAULT_TRANSPARENCY_INDEX
#define DEFAULT_TRANSPARENCY_INDEX 0x1f |
◆ OFFSET
◆ ENC
◆ get_palette_transparency_index()
static int get_palette_transparency_index |
( |
const uint32_t * |
palette | ) |
|
|
static |
◆ gif_image_write_header()
◆ gif_write_header()
◆ flush_packet()
◆ gif_write_packet()
◆ gif_write_trailer()
◆ options
Initial value:= {
{
"loop",
"Number of times to loop the output: -1 - no loop, 0 - infinite loop",
OFFSET(
loop),
{
"final_delay",
"Force delay (in centiseconds) after the last frame",
OFFSET(last_delay),
}
Definition at line 228 of file gif.c.
◆ gif_muxer_class
Initial value:= {
.class_name = "GIF muxer",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
Definition at line 236 of file gif.c.
◆ ff_gif_muxer
Initial value:= {
.name = "gif",
.mime_type = "image/gif",
.extensions = "gif",
}
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int write_trailer(AVFormatContext *s1)
static void write_header(FFV1Context *f)
Definition at line 243 of file gif.c.