Go to the source code of this file.
◆ OFFSET
◆ ENC
◆ gif_write_header()
Definition at line 43 of file gif.c.
◆ gif_parse_packet()
◆ gif_get_delay()
◆ 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 191 of file gif.c.
◆ gif_muxer_class
Initial value:= {
.class_name = "GIF muxer",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
Definition at line 199 of file gif.c.
◆ ff_gif_muxer
Initial value:= {
.name = "gif",
.mime_type = "image/gif",
.extensions = "gif",
}
#define flags(name, subs,...)
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
static void write_header(FFV1Context *f)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int write_trailer(AVFormatContext *s1)
Definition at line 206 of file gif.c.