Go to the source code of this file.
◆ OFFSET
Value:
Definition at line 183 of file gif.c.
◆ ENC
◆ gif_init()
Definition at line 43 of file gif.c.
◆ gif_parse_packet()
| static int gif_parse_packet |
( |
AVFormatContext * | s, |
|
|
const uint8_t * | data, |
|
|
int | size ) |
|
static |
◆ 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),
}
@ AV_OPT_TYPE_INT
Underlying C type is int.
Definition at line 185 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 193 of file gif.c.
◆ ff_gif_muxer
Initial value:= {
.p.name = "gif",
.p.mime_type = "image/gif",
.p.extensions = "gif",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define FF_OFMT_FLAG_MAX_ONE_OF_EACH
If this flag is set, it indicates that for each codec type whose corresponding default codec (i....
#define FF_OFMT_FLAG_ONLY_DEFAULT_CODECS
If this flag is set, then the only permitted audio/video/subtitle codec ids are AVOutputFormat....
Definition at line 200 of file gif.c.